[MPlayer-cvslog] CVS: main configure,1.992,1.993

Loren Merritt CVS syncmail at mplayerhq.hu
Thu May 5 19:10:19 CEST 2005


CVS change done by Loren Merritt CVS

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

Modified Files:
	configure 
Log Message:
expose x264 options 'me' and 'me_range'.
patch by Guillaume Poirier.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.992
retrieving revision 1.993
diff -u -r1.992 -r1.993
--- configure	5 May 2005 00:17:26 -0000	1.992
+++ configure	5 May 2005 17:10:15 -0000	1.993
@@ -5987,7 +5987,7 @@
 cat > $TMPC << EOF
 #include <inttypes.h>
 #include <x264.h>
-#if X264_BUILD < 22
+#if X264_BUILD < 23
 #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