diff configure @ 15654:c515b4dcec6b

sync to x264 r252 (8x8dct)
author lorenm
date Sun, 05 Jun 2005 19:05:00 +0000
parents 9349c3c5c46a
children b72a6617d022
line wrap: on
line diff
--- a/configure	Sun Jun 05 18:33:20 2005 +0000
+++ b/configure	Sun Jun 05 19:05:00 2005 +0000
@@ -6090,7 +6090,7 @@
 cat > $TMPC << EOF
 #include <inttypes.h>
 #include <x264.h>
-#if X264_BUILD < 28
+#if X264_BUILD < 29
 #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; }