changeset 28834:88ac68461aae

Update x264 version check for version required by lavc.
author reimar
date Sat, 07 Mar 2009 12:50:52 +0000
parents 04cc20101f70
children 6f5824a39ada
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Mar 07 09:39:48 2009 +0000
+++ b/configure	Sat Mar 07 12:50:52 2009 +0000
@@ -7042,7 +7042,7 @@
   cat > $TMPC << EOF
 #include <inttypes.h>
 #include <x264.h>
-#if X264_BUILD < 59
+#if X264_BUILD < 65
 #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; }