[FFmpeg-cvslog] configure: Let decklink indev suggest libzvbi

Andreas Rheinhardt git at videolan.org
Sat Jan 8 20:45:34 EET 2022


ffmpeg | branch: release/5.0 | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Thu Jan  6 20:47:31 2022 +0100| [fbbbe73b0f8d8e60c19f70a3955ed8c64dffc82b] | 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>
(cherry picked from commit 2d0b17e820b84cceb95c29557e168a6ef98d4ce1)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fbbbe73b0f8d8e60c19f70a3955ed8c64dffc82b
---

 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index e1479af376..7ea1402d71 100755
--- a/configure
+++ b/configure
@@ -3499,6 +3499,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