diff configure @ 16898:b29f79085d90

sync to x264 r360 (trellis)
author lorenm
date Fri, 04 Nov 2005 01:01:19 +0000
parents d836b98d9619
children 57610089c932
line wrap: on
line diff
--- a/configure	Thu Nov 03 14:19:25 2005 +0000
+++ b/configure	Fri Nov 04 01:01:19 2005 +0000
@@ -6142,7 +6142,7 @@
 cat > $TMPC << EOF
 #include <inttypes.h>
 #include <x264.h>
-#if X264_BUILD < 37
+#if X264_BUILD < 39
 #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; }