[FFmpeg-cvslog] configure: Let decklink indev suggest libzvbi
Andreas Rheinhardt
git at videolan.org
Sat Jan 8 19:42:28 EET 2022
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Thu Jan 6 20:47:31 2022 +0100| [2d0b17e820b84cceb95c29557e168a6ef98d4ce1] | committer: Andreas Rheinhardt
configure: Let decklink indev suggest libzvbi
Fixes build errors if libzvbi is enabled while libzvbi_teletextdec
is disabled.
Reviewed-by: Marton Balint <cus at passwd.hu>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2d0b17e820b84cceb95c29557e168a6ef98d4ce1
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 6fe7b8513e..dba070dc3b 100755
--- a/configure
+++ b/configure
@@ -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++"
More information about the ffmpeg-cvslog
mailing list