[MPlayer-cvslog] CVS: main configure,1.968,1.969

Loren Merritt CVS syncmail at mplayerhq.hu
Wed Feb 23 20:59:26 CET 2005


CVS change done by Loren Merritt CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv5321

Modified Files:
	configure 
Log Message:
sync to x264 r137: adaptive B-frame decision, flush delayed frames.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.968
retrieving revision 1.969
diff -u -r1.968 -r1.969
--- configure	22 Feb 2005 14:40:43 -0000	1.968
+++ configure	23 Feb 2005 19:59:24 -0000	1.969
@@ -5906,7 +5906,7 @@
 #include <stdint.h>
 #include <stdarg.h>
 #include <x264.h>
-#if X264_BUILD < 0x0012
+#if X264_BUILD < 0x0013
 #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; }




More information about the MPlayer-cvslog mailing list