mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
decklink: Dist all headers and put them in noinst_HEADERS
This commit is contained in:
parent
c220e120d7
commit
8ef0268b9c
1 changed files with 7 additions and 3 deletions
|
@ -15,11 +15,15 @@ libgstdecklink_la_LIBTOOLFLAGS = --tag=disable-static
|
|||
|
||||
libgstdecklink_la_SOURCES = \
|
||||
gstdecklinksrc.cpp \
|
||||
gstdecklinksrc.h \
|
||||
gstdecklinksink.cpp \
|
||||
gstdecklinksink.h \
|
||||
gstdecklink.cpp \
|
||||
capture.cpp \
|
||||
capture.h \
|
||||
DeckLinkAPIDispatch.cpp
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstdecklinksrc.h \
|
||||
gstdecklinksink.h \
|
||||
capture.h \
|
||||
DeckLinkAPI.h \
|
||||
LinuxCOM.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue