diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-14 23:07:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-14 23:07:15 +0000 |
commit | 6481c738bfd39146305b02d0ab243766db10adad (patch) | |
tree | 293eacdc90b53a5d1d2ad599d3c5b93b65be6233 /multimedia/mplayer/files/patch-ad | |
parent | Disable CPUFLAGS by default, add switch WITH_CPUFLAGS to disable this. [1] (diff) |
o Integration of pr 78670, including introduction of
files/patch-libfaad2-common.h
o Remove explicitly disabling real codecs as they can be manually added
after installation if root really wants to (reported by Scott Lipcon
<scott@libcon.org>)
o Fix mplayer's x264 lib support is older than the version provided by
the ports tree as of today. Including new patchfile
files/patch-libmpcodecs-ve_x264.c
(by Bruce M. Simpson <bms@spc.org>)
Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=131260
Diffstat (limited to 'multimedia/mplayer/files/patch-ad')
-rw-r--r-- | multimedia/mplayer/files/patch-ad | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/multimedia/mplayer/files/patch-ad b/multimedia/mplayer/files/patch-ad index cacd0e3812d9..aa65e1cc5c4c 100644 --- a/multimedia/mplayer/files/patch-ad +++ b/multimedia/mplayer/files/patch-ad @@ -1,5 +1,5 @@ --- configure.orig Thu Dec 23 16:36:00 2004 -+++ configure Tue Feb 8 23:24:26 2005 ++++ configure Mon Mar 14 21:58:48 2005 @@ -359,7 +359,7 @@ @@ -146,6 +146,15 @@ int main(void) { return RTC_IRQP_READ; } EOF _rtc=no +@@ -5235,7 +5173,7 @@ + if test "$_faad_internal" = auto ; then + # the faad check needs a config.h file + if not test -f "config.h" ; then +- > config.h ++ echo "$_def_lrintf" > config.h + fi + # internal faad: check if our dear gcc is able to compile it... + cp "`pwd`/libfaad2/cfft.c" $TMPC @@ -6314,7 +6252,7 @@ fi _stripbinaries=no |