diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-10-09 19:34:20 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-10-12 08:27:36 +0200 |
commit | 46c3c53baedffd34742ba93189b7e7a2b7b3e530 (patch) | |
tree | f8ae9054b93983e5ac9ad75fe342a813ad85e5b9 /configure | |
parent | 04de1569cd6aa23c49ba60f96f544cbe20f3f3f1 (diff) | |
download | ffmpeg-46c3c53baedffd34742ba93189b7e7a2b7b3e530.tar.gz |
libx264: support yuv422/444 output.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2905,8 +2905,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 >= 115" || - die "ERROR: libx264 version must be >= 0.115."; } + { check_cpp_condition x264.h "X264_BUILD >= 118" || + die "ERROR: libx264 version must be >= 0.118."; } 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 |