diff options
author | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-01-21 10:37:35 +0000 |
---|---|---|
committer | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-01-21 10:37:35 +0000 |
commit | 34db438211aa5f734cc526fe3c55afb69e80d0cb (patch) | |
tree | 7b5bb6080c59c30b44c9fe57d0167adf191438aa /configure | |
parent | 4e92beb4eaa44157a2635c22216c7c01f85d431b (diff) |
x264 version 0.83 is required.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30383 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7465,7 +7465,7 @@ if test "$_x264" = auto ; then cat > $TMPC << EOF #include <inttypes.h> #include <x264.h> -#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; } |