mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
decklink: Remove unused/unneeded CFLAGS/LIBS and move $(LIBM) to LIBADD
This commit is contained in:
parent
224bb96a53
commit
efc356a2b5
1 changed files with 4 additions and 5 deletions
|
@ -1,16 +1,15 @@
|
|||
plugin_LTLIBRARIES = libgstdecklink.la
|
||||
|
||||
libgstdecklink_la_CPPFLAGS = \
|
||||
$(GST_PLUGINS_BAD_CXXFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CXXFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_CXXFLAGS) \
|
||||
$(DECKLINK_CXXFLAGS)
|
||||
libgstdecklink_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(DECKLINK_LIBS)
|
||||
libgstdecklink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(LIBM)
|
||||
$(DECKLINK_LIBS) \
|
||||
$(LIBM)
|
||||
libgstdecklink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstdecklink_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
libgstdecklink_la_SOURCES = \
|
||||
|
|
Loading…
Reference in a new issue