diff options
author | hwrenx <hwrenx@126.com> | 2018-11-18 15:19:02 +0800 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2018-11-19 18:20:49 +0100 |
commit | bddcbb932f4cfaa622fb5f4bb217a338cde5ac8e (patch) | |
tree | 80e5308d265b1e59f3a550a5901fb4117e78b869 | |
parent | 277fd9c2ac729af8ae2e68666aeb5838639bd49a (diff) | |
download | ffmpeg-bddcbb932f4cfaa622fb5f4bb217a338cde5ac8e.tar.gz |
configure: update api version of libxavs2
abolish parameter IntraPeriod &&
replaced by IntraPeriodMax/Min
Signed-off-by: hwrenx <hwrenx@126.com>
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6191,7 +6191,7 @@ enabled libx264 && { check_pkg_config libx264 x264 "stdint.h x264.h" x enabled libx265 && require_pkg_config libx265 x265 x265.h x265_api_get && require_cpp_condition libx265 x265.h "X265_BUILD >= 68" enabled libxavs && require libxavs "stdint.h xavs.h" xavs_encoder_encode "-lxavs $pthreads_extralibs $libm_extralibs" -enabled libxavs2 && require_pkg_config libxavs2 "xavs2 >= 1.2.77" "stdint.h xavs2.h" xavs2_api_get +enabled libxavs2 && require_pkg_config libxavs2 "xavs2 >= 1.3.0" "stdint.h xavs2.h" xavs2_api_get enabled libxvid && require libxvid xvid.h xvid_global -lxvidcore enabled libzimg && require_pkg_config libzimg "zimg >= 2.7.0" zimg.h zimg_get_api_version enabled libzmq && require_pkg_config libzmq libzmq zmq.h zmq_ctx_new |