diff options
author | Jason Garrett-Glaser <darkshikari@gmail.com> | 2010-10-26 18:19:22 +0000 |
---|---|---|
committer | Jason Garrett-Glaser <darkshikari@gmail.com> | 2010-10-26 18:19:22 +0000 |
commit | 5dd97520762a1a18e0fc2131f45ece252ee6b849 (patch) | |
tree | cb480f7c7feee3e1363f193c43d10b080aece652 /configure | |
parent | 9d777508fa3b02aafdf365ee5398d2a0f4bf30ed (diff) | |
download | ffmpeg-5dd97520762a1a18e0fc2131f45ece252ee6b849.tar.gz |
Bump required x264 version to X264_BUILD 99
Required after r25567.
Originally committed as revision 25576 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2770,8 +2770,8 @@ enabled libvpx && { enabled libvpx_encoder && { check_lib2 "vpx/vpx_encoder.h vpx/vp8cx.h" vpx_codec_enc_init_ver -lvpx || die "ERROR: libvpx encoder version must be >=0.9.1"; } } enabled libx264 && require libx264 x264.h x264_encoder_encode -lx264 && - { check_cpp_condition x264.h "X264_BUILD >= 98" || - die "ERROR: libx264 version must be >= 0.98."; } + { check_cpp_condition x264.h "X264_BUILD >= 99" || + die "ERROR: libx264 version must be >= 0.99."; } enabled libxavs && require libxavs xavs.h xavs_encoder_encode -lxavs enabled libxvid && require libxvid xvid.h xvid_global -lxvidcore enabled mlib && require mediaLib mlib_types.h mlib_VectorSub_S16_U8_Mod -lmlib |