summaryrefslogtreecommitdiffstats
path: root/ext/taglib
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-07-17 14:40:51 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-07-17 14:40:51 +0000
commitadf2c0a4a4f0d3bccb42cd3bbce2ae26cbc4e985 (patch)
treec6348021ef43139fa7b4a6cfcf32eb15a844ac9e /ext/taglib
parentf2fb132b9c4b8ed008a3784f6f942119dbd74277 (diff)
Only use -Wno-attributes (which is there to work around a bug in the taglib 1.5 headers) if the c++ compiler actually...
Original commit message from CVS: * configure.ac:: * ext/taglib/Makefile.am:: Only use -Wno-attributes (which is there to work around a bug in the taglib 1.5 headers) if the c++ compiler actually supports it (#543255).
Diffstat (limited to 'ext/taglib')
-rw-r--r--ext/taglib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/taglib/Makefile.am b/ext/taglib/Makefile.am
index b52916e7..ec01d4f9 100644
--- a/ext/taglib/Makefile.am
+++ b/ext/taglib/Makefile.am
@@ -7,8 +7,8 @@ libgsttaglib_la_CFLAGS = \
$(TAGLIB_CFLAGS)
libgsttaglib_la_CXXFLAGS = \
$(GST_PLUGINS_BASE_CFLAGS) \
- $(GST_CXXFLAGS) -Wno-attributes \
- $(TAGLIB_CFLAGS)
+ $(GST_CXXFLAGS) \
+ $(TAGLIB_CXXFLAGS)
libgsttaglib_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) -lgsttag-$(GST_MAJORMINOR) \
$(GST_LIBS) \