From 25efd30e64d386d02f8886e24a433f410f64d1a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 2 Jun 2009 01:09:32 +0100 Subject: dirac: use GST_CXXFLAGS instead of GST_CFLAGS for c++ compilers Fixes compiler message about passing -Wdeclaration-after-statement to the C++ compiler. --- ext/dirac/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/dirac/Makefile.am b/ext/dirac/Makefile.am index 2402a723..f3aaac92 100644 --- a/ext/dirac/Makefile.am +++ b/ext/dirac/Makefile.am @@ -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 -- cgit v1.2.1