[MPlayer-cvslog] CVS: main configure,1.964,1.965

Loren Merritt CVS syncmail at mplayerhq.hu
Sun Feb 20 03:21:28 CET 2005


CVS change done by Loren Merritt CVS

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

Modified Files:
	configure 
Log Message:
x264: expose option "level_idc".
patch by Jeff Clagg <snacky at ikaruga dot co dot uk>.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.964
retrieving revision 1.965
diff -u -r1.964 -r1.965
--- configure	18 Feb 2005 03:55:27 -0000	1.964
+++ configure	20 Feb 2005 02:21:25 -0000	1.965
@@ -5906,7 +5906,7 @@
 #include <stdint.h>
 #include <stdarg.h>
 #include <x264.h>
-#if X264_BUILD < 0x0010
+#if X264_BUILD < 0x0011
 #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