diff configure @ 14784:53d306774ce2

sync to x264 r137: adaptive B-frame decision, flush delayed frames.
author lorenm
date Wed, 23 Feb 2005 19:59:24 +0000
parents f6284dd2516e
children 8260cd3c585c
line wrap: on
line diff
--- a/configure	Wed Feb 23 14:07:18 2005 +0000
+++ b/configure	Wed Feb 23 19:59:24 2005 +0000
@@ -5906,7 +5906,7 @@
 #include <stdint.h>
 #include <stdarg.h>
 #include <x264.h>
-#if X264_BUILD < 0x0012
+#if X264_BUILD < 0x0013
 #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; }