diff options
author | lorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-05-05 17:10:16 +0000 |
---|---|---|
committer | lorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-05-05 17:10:16 +0000 |
commit | 7bbd20a293e20e146c431820d48e9acf4aecdc95 (patch) | |
tree | d61a485360920c08bc2beef3b69b3cc0af7eee01 /configure | |
parent | 64e88c0501c955985255c38f253e235108acc644 (diff) |
expose x264 options 'me' and 'me_range'.
patch by Guillaume Poirier.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15353 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5987,7 +5987,7 @@ echocheck "x264" cat > $TMPC << EOF #include <inttypes.h> #include <x264.h> -#if X264_BUILD < 22 +#if X264_BUILD < 23 #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; } |