- Add support for detecting new version of x264. No need to rebuild
mplayer.
This commit is contained in:
parent
f6916c1ba5
commit
271b60d86a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136703
1 changed files with 11 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue