mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
decklink: Fix make distcheck
And properly dist all headers and source files.
This commit is contained in:
parent
66f40b798d
commit
2d25f2e0b8
1 changed files with 11 additions and 6 deletions
|
@ -36,26 +36,31 @@ libgstdecklink_la_SOURCES += \
|
||||||
linux/DeckLinkAPIDispatch.cpp
|
linux/DeckLinkAPIDispatch.cpp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gstdecklink.h \
|
gstdecklink.h \
|
||||||
gstdecklinksrc.h \
|
gstdecklinksrc.h \
|
||||||
gstdecklinksink.h \
|
gstdecklinksink.h \
|
||||||
capture.h \
|
capture.h \
|
||||||
|
linux/DeckLinkAPIConfiguration.h \
|
||||||
|
linux/DeckLinkAPIDeckControl.h \
|
||||||
|
linux/DeckLinkAPIDiscovery.h \
|
||||||
linux/DeckLinkAPI.h \
|
linux/DeckLinkAPI.h \
|
||||||
|
linux/DeckLinkAPIModes.h \
|
||||||
|
linux/DeckLinkAPITypes.h \
|
||||||
linux/LinuxCOM.h \
|
linux/LinuxCOM.h \
|
||||||
osx/DeckLinkAPI.h \
|
|
||||||
osx/DeckLinkAPIConfiguration.h \
|
osx/DeckLinkAPIConfiguration.h \
|
||||||
osx/DeckLinkAPIDeckControl.h \
|
osx/DeckLinkAPIDeckControl.h \
|
||||||
osx/DeckLinkAPIDiscovery.h \
|
osx/DeckLinkAPIDiscovery.h \
|
||||||
|
osx/DeckLinkAPI.h \
|
||||||
osx/DeckLinkAPIModes.h \
|
osx/DeckLinkAPIModes.h \
|
||||||
osx/DeckLinkAPIStreaming.h \
|
osx/DeckLinkAPIStreaming.h \
|
||||||
osx/DeckLinkAPITypes.h \
|
osx/DeckLinkAPITypes.h \
|
||||||
osx/DeckLinkAPIVersion.h
|
osx/DeckLinkAPIVersion.h \
|
||||||
|
win/DeckLinkAPI.h
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
win/DeckLinkAPI.h \
|
linux/DeckLinkAPIDispatch.cpp \
|
||||||
win/DeckLinkAPIDispatch.cpp \
|
osx/DeckLinkAPIDispatch.cpp \
|
||||||
win/DeckLinkAPI_i.c
|
win/DeckLinkAPIDispatch.cpp
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue