From 34db438211aa5f734cc526fe3c55afb69e80d0cb Mon Sep 17 00:00:00 2001 From: cehoyos Date: Thu, 21 Jan 2010 10:37:35 +0000 Subject: x264 version 0.83 is required. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30383 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5c311e53f5..281cd463e9 100755 --- a/configure +++ b/configure @@ -7465,7 +7465,7 @@ if test "$_x264" = auto ; then cat > $TMPC << EOF #include #include -#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; } -- cgit v1.2.3