diff options
author | lorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-05-29 19:05:32 +0000 |
---|---|---|
committer | lorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-05-29 19:05:32 +0000 |
commit | 2bdc7899a179504ccc3b8fcea032e224867c6805 (patch) | |
tree | b1bf1821a3e476bcbbc9d17a079d749d43bf2b55 /configure | |
parent | 7322c396a9de56735f801becf4daaa647a4251b5 (diff) |
sync to x264 r240 (threads)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15591 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6099,7 +6099,7 @@ echocheck "x264" cat > $TMPC << EOF #include <inttypes.h> #include <x264.h> -#if X264_BUILD < 27 +#if X264_BUILD < 28 #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; } |