diff options
author | lorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-11-22 05:17:17 +0000 |
---|---|---|
committer | lorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-11-22 05:17:17 +0000 |
commit | c965918454d76a77e2b3d5f0dd91639e82d392b8 (patch) | |
tree | 40db1dce396bc2bc62af56ea88274fe83453d8b6 /configure | |
parent | 7440b82eb787d2b29d36a3e4752b0e0d5074d469 (diff) |
sync to x264 r373 (brdo)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17026 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6223,7 +6223,7 @@ echocheck "x264" cat > $TMPC << EOF #include <inttypes.h> #include <x264.h> -#if X264_BUILD < 39 +#if X264_BUILD < 40 #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; } |