diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-06 20:47:31 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-08 18:14:13 +0100 |
commit | 2d0b17e820b84cceb95c29557e168a6ef98d4ce1 (patch) | |
tree | 21d2e74499f2ca4a7188393a498ac5f6fa6766f2 | |
parent | aeb5d943c613f50611ca49f5ffbfa8b24820b61d (diff) | |
download | ffmpeg-2d0b17e820b84cceb95c29557e168a6ef98d4ce1.tar.gz |
configure: Let decklink indev suggest libzvbi
Fixes build errors if libzvbi is enabled while libzvbi_teletextdec
is disabled.
Reviewed-by: Marton Balint <cus@passwd.hu>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3501,6 +3501,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++" |