diff configure @ 15590:e848b20cd449

sync to x264 r240 (threads)
author lorenm
date Sun, 29 May 2005 19:05:32 +0000
parents 0da006f9f822
children 3d32bc09b975
line wrap: on
line diff
--- a/configure	Sun May 29 17:04:51 2005 +0000
+++ b/configure	Sun May 29 19:05:32 2005 +0000
@@ -6099,7 +6099,7 @@
 cat > $TMPC << EOF
 #include <inttypes.h>
 #include <x264.h>
-#if X264_BUILD < 27
+#if X264_BUILD < 28
 #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; }