summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-10-09 19:34:20 +0200
committerAnton Khirnov <anton@khirnov.net>2011-10-12 08:27:36 +0200
commit46c3c53baedffd34742ba93189b7e7a2b7b3e530 (patch)
treef8ae9054b93983e5ac9ad75fe342a813ad85e5b9 /configure
parent04de1569cd6aa23c49ba60f96f544cbe20f3f3f1 (diff)
libx264: support yuv422/444 output.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index f5a285e6d1..dbbb86c095 100755
--- a/configure
+++ b/configure
@@ -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