diff configure @ 16846:cbd11ea4d424

sync to x264 r334 (crf)
author lorenm
date Mon, 24 Oct 2005 04:39:18 +0000
parents df868a664d0c
children 0695c9fbaae1
line wrap: on
line diff
--- a/configure	Sun Oct 23 21:21:45 2005 +0000
+++ b/configure	Mon Oct 24 04:39:18 2005 +0000
@@ -6138,7 +6138,7 @@
 cat > $TMPC << EOF
 #include <inttypes.h>
 #include <x264.h>
-#if X264_BUILD < 36
+#if X264_BUILD < 37
 #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; }