[MPlayer-cvslog] r27041 - trunk/configure
gpoirier
subversion at mplayerhq.hu
Mon Jun 9 10:09:02 CEST 2008
Author: gpoirier
Date: Mon Jun 9 10:09:02 2008
New Revision: 27041
Log:
require latest x264 to enable MEncoder's x264 support
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Jun 9 10:09:02 2008
@@ -6581,7 +6581,7 @@ if test "$_x264" = auto ; then
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
-#if X264_BUILD < 53
+#if X264_BUILD < 59
#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