[MPlayer-cvslog] CVS: main configure,1.1171,1.1172

Loren Merritt CVS syncmail at mplayerhq.hu
Sat Apr 22 21:30:59 CEST 2006


CVS change done by Loren Merritt CVS

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

Modified Files:
	configure 
Log Message:
sync to x264 r503 (dct_decimate)
patch by Guillaume Poirier.



Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1171
retrieving revision 1.1172
diff -u -r1.1171 -r1.1172
--- configure	22 Apr 2006 18:32:32 -0000	1.1171
+++ configure	22 Apr 2006 19:30:56 -0000	1.1172
@@ -6358,7 +6358,7 @@
 cat > $TMPC << EOF
 #include <inttypes.h>
 #include <x264.h>
-#if X264_BUILD < 45
+#if X264_BUILD < 46
 #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