mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
dirac: use GST_CXXFLAGS instead of GST_CFLAGS for c++ compilers
Fixes compiler message about passing -Wdeclaration-after-statement to the C++ compiler.
This commit is contained in:
parent
bb95218b73
commit
25efd30e64
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ libgstdirac_la_SOURCES = \
|
|||
gstdirac.cc \
|
||||
gstdiracenc.cc
|
||||
|
||||
libgstdirac_la_CXXFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(DIRAC_CFLAGS)
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue