mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
25efd30e64
Fixes compiler message about passing -Wdeclaration-after-statement to the C++ compiler.
14 lines
390 B
Makefile
14 lines
390 B
Makefile
plugin_LTLIBRARIES = libgstdirac.la
|
|
|
|
libgstdirac_la_SOURCES = \
|
|
gstdirac.cc \
|
|
gstdiracenc.cc
|
|
|
|
libgstdirac_la_CXXFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CXXFLAGS) $(DIRAC_CFLAGS)
|
|
libgstdirac_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(DIRAC_LIBS) -lz $(LIBM)
|
|
libgstdirac_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstdirac_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = \
|
|
gstdiracdec.h
|
|
|