From 271b60d86ac0cf0b607e283e7ac6830863734ced Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Fri, 3 Jun 2005 04:12:37 +0000 Subject: [PATCH] - Add support for detecting new version of x264. No need to rebuild mplayer. --- multimedia/mplayer/files/patch-ad | 13 +++++++++++-- 1 file 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 + #include +-#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