diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-03-07 12:50:52 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-03-07 12:50:52 +0000 |
commit | 7397dbcb66b7e2e36120c3c7e5d05f81962a1d2c (patch) | |
tree | 27a73f88d4d0282e9143f7819ca69ad13206c976 | |
parent | 052223b1958cfe0ce39a2180dfccb6a76af61ed9 (diff) |
Update x264 version check for version required by lavc.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28869 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7042,7 +7042,7 @@ if test "$_x264" = auto ; then cat > $TMPC << EOF #include <inttypes.h> #include <x264.h> -#if X264_BUILD < 59 +#if X264_BUILD < 65 #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; } |