[MPlayer-cvslog] r34235 - trunk/configure
cehoyos
subversion at mplayerhq.hu
Sat Oct 22 01:15:33 CEST 2011
Author: cehoyos
Date: Sat Oct 22 01:15:33 2011
New Revision: 34235
Log:
x264 version 118 is required for successful compilation.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Fri Oct 21 20:20:53 2011 (r34234)
+++ trunk/configure Sat Oct 22 01:15:33 2011 (r34235)
@@ -6905,7 +6905,7 @@ if test "$_x264" = auto && test "$_menco
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
-#if !(X264_BUILD >= 115)
+#if !(X264_BUILD >= 118)
#error We do not support old versions of x264. Get the latest from git.
#endif
int main(void) { x264_encoder_open((void*)0); return 0; }
More information about the MPlayer-cvslog
mailing list