diff configure @ 20054:8760c8681eac

Remove the x264 option parser, and pass the options on to libx264 as a string instead. This provides automatic support for all current and future x264 options. A few options had to be reorganized: partitions, deblockalpha/beta, me, direct_pred.
author lorenm
date Thu, 05 Oct 2006 02:03:10 +0000
parents be7b8a83649c
children 6b5e20b52e7a
line wrap: on
line diff
--- a/configure	Thu Oct 05 00:57:48 2006 +0000
+++ b/configure	Thu Oct 05 02:03:10 2006 +0000
@@ -6511,7 +6511,7 @@
   cat > $TMPC << EOF
 #include <inttypes.h>
 #include <x264.h>
-#if X264_BUILD < 48
+#if X264_BUILD < 53
 #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; }