[FFmpeg-devel] [PATCH 13/14] configure: Let decklink indev suggest libzvbi

Marton Balint cus at passwd.hu
Fri Jan 7 21:58:49 EET 2022



On Thu, 6 Jan 2022, Andreas Rheinhardt wrote:

> Fixes build errors if libzvbi is enabled while libzvbi_teletextdec
> is disabled.
>
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> ---
> configure | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/configure b/configure
> index 1225faf15a..11342d5cec 100755
> --- a/configure
> +++ b/configure
> @@ -3500,6 +3500,7 @@ caca_outdev_deps="libcaca"
> decklink_deps_any="libdl LoadLibrary"
> decklink_indev_deps="decklink threads"
> decklink_indev_extralibs="-lstdc++"
> +decklink_indev_suggest="libzvbi"
> decklink_outdev_deps="decklink threads"
> decklink_outdev_suggest="libklvanc"
> decklink_outdev_extralibs="-lstdc++"
> -- 
> 2.32.0

LGTM, thanks.

Marton


More information about the ffmpeg-devel mailing list