diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-06-03 12:12:37 +0800 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-06-03 12:12:37 +0800 |
commit | 271b60d86ac0cf0b607e283e7ac6830863734ced (patch) | |
tree | 5055fc7d99669c068b1c538eefd3d88a1a04d28e | |
parent | f6916c1ba531aba344625efb4fa50f4669b3f831 (diff) | |
download | freebsd-ports-gnome-271b60d86ac0cf0b607e283e7ac6830863734ced.tar.gz freebsd-ports-gnome-271b60d86ac0cf0b607e283e7ac6830863734ced.tar.zst freebsd-ports-gnome-271b60d86ac0cf0b607e283e7ac6830863734ced.zip |
- Add support for detecting new version of x264. No need to rebuild
mplayer.
-rw-r--r-- | multimedia/mplayer/files/patch-ad | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/multimedia/mplayer/files/patch-ad b/multimedia/mplayer/files/patch-ad index cd01816b2183..b45e89548c13 100644 --- a/multimedia/mplayer/files/patch-ad +++ b/multimedia/mplayer/files/patch-ad @@ -1,5 +1,5 @@ ---- configure.orig Wed Apr 13 13:46:35 2005 -+++ configure Mon Apr 25 20:59:27 2005 +--- configure.orig Wed Apr 13 07:46:35 2005 ++++ configure Thu Jun 2 23:54:17 2005 @@ -29,9 +29,9 @@ echo >> "$TMPLOG" cat "$TMPC" >> "$TMPLOG" @@ -152,6 +152,15 @@ fi # internal faad: check if our dear gcc is able to compile it... cp "`pwd`/libfaad2/cfft.c" $TMPC +@@ -5935,7 +5874,7 @@ + cat > $TMPC << EOF + #include <inttypes.h> + #include <x264.h> +-#if X264_BUILD < 22 ++#if X264_BUILD < 28 + #error We do not support old versions of x264. Get the latest from SVN. + #endif + int main(void) { x264_encoder_open((void*)0); return 0; } @@ -6477,7 +6416,7 @@ fi _stripbinaries=no |