mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
decklink: Add $(GST_PLUGINS_BASE_CFLAGS) and $(GST_PLUGINS_BASE_LIBS) to fix the build
This commit is contained in:
parent
f3456aeaa1
commit
87163ea091
1 changed files with 2 additions and 0 deletions
|
@ -2,10 +2,12 @@ plugin_LTLIBRARIES = libgstdecklink.la
|
|||
|
||||
libgstdecklink_la_CPPFLAGS = \
|
||||
$(GST_PLUGINS_BAD_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_CXXFLAGS) \
|
||||
$(DECKLINK_CXXFLAGS)
|
||||
libgstdecklink_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
-lgstvideo-@GST_MAJORMINOR@ \
|
||||
|
|
Loading…
Reference in a new issue