diff mbox

[FFmpeg-devel,v2,1/3] configure: update api version of libxavs2

Message ID 1542525544-8034-1-git-send-email-hwrenx@qq.com
State Accepted
Commit bddcbb932f4cfaa622fb5f4bb217a338cde5ac8e
Headers show

Commit Message

hwrenx Nov. 18, 2018, 7:19 a.m. UTC
From: hwrenx <hwrenx@126.com>

abolish parameter IntraPeriod &&
replaced by IntraPeriodMax/Min
...

more detials could be found in xavs2-git
https://github.com/pkuvcl/xavs2

Signed-off-by: hwrenx <hwrenx@126.com>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Carl Eugen Hoyos Nov. 19, 2018, 5:22 p.m. UTC | #1
2018-11-18 8:19 GMT+01:00, hwrenx <hwrenx@qq.com>:
> From: hwrenx <hwrenx@126.com>
>
> abolish parameter IntraPeriod &&
> replaced by IntraPeriodMax/Min
> ...
>
> more detials could be found in xavs2-git
> https://github.com/pkuvcl/xavs2
>
> Signed-off-by: hwrenx <hwrenx@126.com>
> ---
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 9bc4cf3..dee901d 100755
> --- a/configure
> +++ b/configure
> @@ -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

Patch applied.

Thank you, Carl Eugen
diff mbox

Patch

diff --git a/configure b/configure
index 9bc4cf3..dee901d 100755
--- a/configure
+++ b/configure
@@ -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