[MPlayer-cvslog] r29972 - trunk/configure

lorenm subversion at mplayerhq.hu
Sun Nov 29 06:18:41 CET 2009


Author: lorenm
Date: Sun Nov 29 06:18:40 2009
New Revision: 29972

Log:
sync to x264-r1327. (only needed for x264-in-libavcodec)

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Nov 28 19:23:26 2009	(r29971)
+++ trunk/configure	Sun Nov 29 06:18:40 2009	(r29972)
@@ -7237,7 +7237,7 @@ if test "$_x264" = auto ; then
   cat > $TMPC << EOF
 #include <inttypes.h>
 #include <x264.h>
-#if X264_BUILD < 78
+#if X264_BUILD < 79
 #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