diff configure @ 31007:26537f75c1dd

Tell x264 that we aren't going to give it timestamps. Fixes some warnings starting in x264-r1480.
author lorenm
date Tue, 20 Apr 2010 09:14:54 +0000
parents ccf1dec0fce2
children 9d2d41352b0d
line wrap: on
line diff
--- a/configure	Tue Apr 20 08:55:04 2010 +0000
+++ b/configure	Tue Apr 20 09:14:54 2010 +0000
@@ -7484,7 +7484,7 @@
   cat > $TMPC << EOF
 #include <inttypes.h>
 #include <x264.h>
-#if X264_BUILD < 83
+#if X264_BUILD < 89
 #error We do not support old versions of x264. Get the latest from git.
 #endif
 int main(void) { x264_encoder_open((void*)0); return 0; }