[MPlayer-cvslog] r32536 - trunk/configure
siretart
subversion at mplayerhq.hu
Wed Oct 27 09:16:34 CEST 2010
Author: siretart
Date: Wed Oct 27 09:16:33 2010
New Revision: 32536
Log:
sync x264 version check with the check in ffmpeg/configure
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue Oct 26 21:03:14 2010 (r32535)
+++ trunk/configure Wed Oct 27 09:16:33 2010 (r32536)
@@ -7064,7 +7064,7 @@ if test "$_x264" = auto ; then
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
-#if X264_BUILD < 98
+#if !(X264_BUILD >= 99)
#error We do not support old versions of x264. Get the latest from git.
#endif
int main(void) { x264_encoder_open((void*)0); return 0; }
More information about the MPlayer-cvslog
mailing list