diff options
author | lorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-12-30 05:15:27 +0000 |
---|---|---|
committer | lorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-12-30 05:15:27 +0000 |
commit | 457b63508d680d4b7ef60040e811715967f83987 (patch) | |
tree | 163b8001c3465733f941848f0b6c79bf7470d974 /configure | |
parent | f0b07621665a9bac541407559c956d1f7cb600f9 (diff) | |
download | mpv-457b63508d680d4b7ef60040e811715967f83987.tar.bz2 mpv-457b63508d680d4b7ef60040e811715967f83987.tar.xz |
sync to x264 r390 (bime)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17269 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6265,7 +6265,7 @@ echocheck "x264" cat > $TMPC << EOF #include <inttypes.h> #include <x264.h> -#if X264_BUILD < 40 +#if X264_BUILD < 43 #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; } |