From 8f11e599c4d9dd210e01401e27a858319671d850 Mon Sep 17 00:00:00 2001 From: lorenm Date: Fri, 4 Mar 2005 13:11:01 +0000 Subject: sync to x264 r150: new option 'b_pyramid' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14917 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 40fa86efdb..86350ea421 100755 --- a/configure +++ b/configure @@ -5920,7 +5920,7 @@ cat > $TMPC << EOF #include #include #include -#if X264_BUILD < 0x0013 +#if X264_BUILD < 0x0014 #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