diff configure @ 15557:40d5e0ccce93

sync to x264 r239 (zoned ratecontrol and UMHex ME)
author lorenm
date Tue, 24 May 2005 06:03:37 +0000
parents 52838f825747
children b8cdc8b98466
line wrap: on
line diff
--- a/configure	Tue May 24 02:41:48 2005 +0000
+++ b/configure	Tue May 24 06:03:37 2005 +0000
@@ -6052,7 +6052,7 @@
 cat > $TMPC << EOF
 #include <inttypes.h>
 #include <x264.h>
-#if X264_BUILD < 24
+#if X264_BUILD < 27
 #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; }