diff configure @ 19125:9b4f87f86bec

sync to x264 r537 (api change)
author lorenm
date Tue, 18 Jul 2006 01:28:56 +0000
parents a2f20562aac3
children d9656bb2ae0e
line wrap: on
line diff
--- a/configure	Mon Jul 17 22:22:34 2006 +0000
+++ b/configure	Tue Jul 18 01:28:56 2006 +0000
@@ -6521,7 +6521,7 @@
 cat > $TMPC << EOF
 #include <inttypes.h>
 #include <x264.h>
-#if X264_BUILD < 46
+#if X264_BUILD < 48
 #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; }