[FFmpeg-devel] [PATCH 1/2] configure: update api version of libdavs2

Carl Eugen Hoyos ceffmpeg at gmail.com
Sat Nov 17 19:01:36 EET 2018


2018-11-17 17:54 GMT+01:00, hwren <hwrenx at 126.com>:
> From: hwrenx <hwrenx at 126.com>
>
> api version update.
>
> detials could be found in davs2-git
> https://github.com/pkuvcl/davs2
>
> Signed-off-by: hwrenx <hwrenx at 126.com>
> ---
> configure | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 9bc4cf3..d2159db 100755
> --- a/configure
> +++ b/configure
> @@ -6075,7 +6075,7 @@ enabled libcelt           && require libcelt
> celt/celt.h celt_decode -lcelt0 &&
> enabled libcaca           && require_pkg_config libcaca caca caca.h
> caca_create_canvas
> enabled libcodec2         && require libcodec2 codec2/codec2.h codec2_create
> -lcodec2
> enabled libdav1d          && require_pkg_config libdav1d "dav1d >= 0.0.1"
> "dav1d/dav1d.h" dav1d_version
> -enabled libdavs2          && require_pkg_config libdavs2 "davs2 >= 1.5.115"
> davs2.h davs2_decoder_open
> +enabled libdavs2          && require_pkg_config libdavs2 "davs2 >= 1.6.0"
> davs2.h davs2_decoder_open

Does this fix a regression in FFmpeg? If yes, please mention it in the
commit message.
(If not, what does this patch do?)

Carl Eugen


More information about the ffmpeg-devel mailing list