[MPlayer-cvslog] r31306 - trunk/configure

cehoyos subversion at mplayerhq.hu
Wed Jun 2 22:50:56 CEST 2010


Author: cehoyos
Date: Wed Jun  2 22:50:55 2010
New Revision: 31306

Log:
libavcodec/libx264.c requires x264 0.98 since r23430.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Jun  2 22:21:29 2010	(r31305)
+++ trunk/configure	Wed Jun  2 22:50:55 2010	(r31306)
@@ -7547,7 +7547,7 @@ if test "$_x264" = auto ; then
   cat > $TMPC << EOF
 #include <inttypes.h>
 #include <x264.h>
-#if X264_BUILD < 89
+#if X264_BUILD < 98
 #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