changeset 30341:410eb8136a1a

x264 version 0.83 is required.
author cehoyos
date Thu, 21 Jan 2010 10:37:35 +0000
parents 968bab8aa5a5
children 01ae3b5e504f
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Jan 21 10:31:34 2010 +0000
+++ b/configure	Thu Jan 21 10:37:35 2010 +0000
@@ -7465,7 +7465,7 @@
   cat > $TMPC << EOF
 #include <inttypes.h>
 #include <x264.h>
-#if X264_BUILD < 79
+#if X264_BUILD < 83
 #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; }