[MPlayer-cvslog] CVS: main/libmpcodecs ve_x264.c,1.15,1.16
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/libmpcodecs
In directory mail:/var2/tmp/cvs-serv12860/libmpcodecs
Modified Files:
ve_x264.c
Log Message:
Move x264 version check into configure.
Index: ve_x264.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ve_x264.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ve_x264.c 17 Feb 2005 19:32:44 -0000 1.15
+++ ve_x264.c 18 Feb 2005 03:55:27 -0000 1.16
@@ -49,10 +49,6 @@
#include <x264.h>
-#if X264_BUILD < 0x0010
-#error We do not support old versions of x264. Get the latest from SVN.
-#endif
-
typedef struct _h264_module_t {
muxer_stream_t *mux;
x264_param_t param;
More information about the MPlayer-cvslog
mailing list