[MPlayer-cvslog] CVS: main configure,1.966,1.967

Loren Merritt CVS syncmail at mplayerhq.hu
Tue Feb 22 06:50:12 CET 2005


CVS change done by Loren Merritt CVS

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

Modified Files:
	configure 
Log Message:
Sync to x264 r134: weighted prediction for B-frames.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.966
retrieving revision 1.967
diff -u -r1.966 -r1.967
--- configure	21 Feb 2005 22:27:03 -0000	1.966
+++ configure	22 Feb 2005 05:50:09 -0000	1.967
@@ -5906,7 +5906,7 @@
 #include <stdint.h>
 #include <stdarg.h>
 #include <x264.h>
-#if X264_BUILD < 0x0011
+#if X264_BUILD < 0x0012
 #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