diff options
author | Jason Garrett-Glaser <darkshikari@gmail.com> | 2009-10-19 09:35:19 +0000 |
---|---|---|
committer | Jason Garrett-Glaser <darkshikari@gmail.com> | 2009-10-19 09:35:19 +0000 |
commit | 1953898162849b95b18622f5804b615dc3c55bb9 (patch) | |
tree | b08badfa115a6172e03d5fa8feb82772a7d0f86c /configure | |
parent | f2c061ec0fae5daeb5909ec7b0d0c2e1dd382e7c (diff) | |
download | ffmpeg-1953898162849b95b18622f5804b615dc3c55bb9.tar.gz |
Update libx264.c for x264 API change
Change behavior of b-pyramid option.
Originally committed as revision 20308 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2301,8 +2301,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 >= 76" || - die "ERROR: libx264 version must be >= 0.76."; } + { check_cpp_condition x264.h "X264_BUILD >= 78" || + die "ERROR: libx264 version must be >= 0.78."; } enabled libxvid && require libxvid xvid.h xvid_global -lxvidcore enabled mlib && require mediaLib mlib_types.h mlib_VectorSub_S16_U8_Mod -lmlib |