decklink: Remove unused/unneeded CFLAGS/LIBS and move $(LIBM) to LIBADD
This commit is contained in:
parent
224bb96a53
commit
efc356a2b5
@ -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…
x
Reference in New Issue
Block a user