diff configure @ 17268:2ec81c50a763

sync to x264 r390 (bime)
author lorenm
date Fri, 30 Dec 2005 05:15:27 +0000
parents b62c2fdbcde9
children 12b7a2f2bdda
line wrap: on
line diff
--- a/configure	Fri Dec 30 05:08:37 2005 +0000
+++ b/configure	Fri Dec 30 05:15:27 2005 +0000
@@ -6265,7 +6265,7 @@
 cat > $TMPC << EOF
 #include <inttypes.h>
 #include <x264.h>
-#if X264_BUILD < 40
+#if X264_BUILD < 43
 #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; }