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

Loren Merritt CVS syncmail at mplayerhq.hu
Fri Feb 18 04:55:29 CET 2005


CVS change done by Loren Merritt CVS

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

Modified Files:
	configure 
Log Message:
Move x264 version check into configure.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.963
retrieving revision 1.964
diff -u -r1.963 -r1.964
--- configure	6 Feb 2005 20:56:16 -0000	1.963
+++ configure	18 Feb 2005 03:55:27 -0000	1.964
@@ -5906,6 +5906,9 @@
 #include <stdint.h>
 #include <stdarg.h>
 #include <x264.h>
+#if X264_BUILD < 0x0010
+#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; }
 EOF
 _ld_x264="$_ld_x264 -lx264 $_ld_lm"




More information about the MPlayer-cvslog mailing list