[MPlayer-cvslog] r30383 - trunk/configure
cehoyos
subversion at mplayerhq.hu
Thu Jan 21 11:37:35 CET 2010
Author: cehoyos
Date: Thu Jan 21 11:37:35 2010
New Revision: 30383
Log:
x264 version 0.83 is required.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Thu Jan 21 11:31:34 2010 (r30382)
+++ trunk/configure Thu Jan 21 11:37:35 2010 (r30383)
@@ -7465,7 +7465,7 @@ if test "$_x264" = auto ; then
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
-#if X264_BUILD < 79
+#if X264_BUILD < 83
#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