[vlc-commits] access/decklink: Add missing vlc_decklink.h
Marvin Scholz
git at videolan.org
Mon Jul 1 16:02:19 CEST 2019
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Fri Jun 21 12:37:39 2019 +0200| [371179895accb7ce6effc29b69c710fc60a0e57e] | committer: Marvin Scholz
access/decklink: Add missing vlc_decklink.h
Without that one added, a dist tarball would lack the header
and the build of all decklink modules would fail.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=371179895accb7ce6effc29b69c710fc60a0e57e
---
modules/access/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/access/Makefile.am b/modules/access/Makefile.am
index 919ac4b408..1b85e8dd18 100644
--- a/modules/access/Makefile.am
+++ b/modules/access/Makefile.am
@@ -122,7 +122,7 @@ liblinsys_sdi_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(accessdir)'
access_LTLIBRARIES += $(LTLIBlinsys_hdsdi) $(LTLIBlinsys_sdi)
EXTRA_LTLIBRARIES += liblinsys_hdsdi_plugin.la liblinsys_sdi_plugin.la
-libdecklink_plugin_la_SOURCES = access/decklink.cpp access/sdi.c access/sdi.h
+libdecklink_plugin_la_SOURCES = access/decklink.cpp access/sdi.c access/sdi.h access/vlc_decklink.h
libdecklink_plugin_la_CXXFLAGS = $(AM_CXXFLAGS) $(CPPFLAGS_decklink)
libdecklink_plugin_la_LIBADD = $(LIBS_decklink) $(LIBDL) -lpthread
if HAVE_DECKLINK
More information about the vlc-commits
mailing list