From 0594cd07a09664f9af6340cedc2f0fe52e70aa61 Mon Sep 17 00:00:00 2001 From: lorenm Date: Thu, 5 Oct 2006 02:03:10 +0000 Subject: 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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20060 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index a9d3e0677c..5990d3fc4e 100755 --- a/configure +++ b/configure @@ -6511,7 +6511,7 @@ if test "$_x264" = auto ; then cat > $TMPC << EOF #include #include -#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; } -- cgit v1.2.3