diff configure @ 16712:2059bee8c11c

sync to x264 r318 (mixed_refs)
author lorenm
date Sat, 08 Oct 2005 22:28:27 +0000
parents acea5fa35f16
children dcdc85f69287
line wrap: on
line diff
--- a/configure	Sat Oct 08 20:43:41 2005 +0000
+++ b/configure	Sat Oct 08 22:28:27 2005 +0000
@@ -6069,7 +6069,7 @@
 cat > $TMPC << EOF
 #include <inttypes.h>
 #include <x264.h>
-#if X264_BUILD < 29
+#if X264_BUILD < 36
 #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; }