diff options
author | Jason Garrett-Glaser <darkshikari@gmail.com> | 2009-09-23 09:03:26 +0000 |
---|---|---|
committer | Jason Garrett-Glaser <darkshikari@gmail.com> | 2009-09-23 09:03:26 +0000 |
commit | 2d3beedee28fe45f370c9a1bad4e84e65dcbc0c6 (patch) | |
tree | b5a855c77584389ef94314562f00e33b3dac12ea /configure | |
parent | 98f7bcb119c5c3517c811350fe1451cf3a83f9c9 (diff) | |
download | ffmpeg-2d3beedee28fe45f370c9a1bad4e84e65dcbc0c6.tar.gz |
Add support for new x264 API.
Originally committed as revision 19977 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2292,8 +2292,8 @@ enabled libspeex && require libspeex speex/speex.h speex_decoder_init -lspeex enabled libtheora && require libtheora theora/theora.h theora_info_init -ltheora -logg enabled libvorbis && require libvorbis vorbis/vorbisenc.h vorbis_info_init -lvorbisenc -lvorbis -logg enabled libx264 && require libx264 x264.h x264_encoder_encode -lx264 -lm && - { check_cpp_condition x264.h "X264_BUILD >= 65" || - die "ERROR: libx264 version must be >= 0.65."; } + { check_cpp_condition x264.h "X264_BUILD >= 76" || + die "ERROR: libx264 version must be >= 0.76."; } enabled libxvid && require libxvid xvid.h xvid_global -lxvidcore enabled mlib && require mediaLib mlib_types.h mlib_VectorSub_S16_U8_Mod -lmlib |