diff configure @ 15413:561f617e8944

sync to x264 rev223 (options: ratetol, vbv_*)
author lorenm
date Wed, 11 May 2005 16:00:12 +0000
parents 93ae97c2de4c
children 67f45112c49c
line wrap: on
line diff
--- a/configure	Wed May 11 14:42:59 2005 +0000
+++ b/configure	Wed May 11 16:00:12 2005 +0000
@@ -6057,7 +6057,7 @@
 cat > $TMPC << EOF
 #include <inttypes.h>
 #include <x264.h>
-#if X264_BUILD < 23
+#if X264_BUILD < 24
 #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; }