From adf2c0a4a4f0d3bccb42cd3bbce2ae26cbc4e985 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Thu, 17 Jul 2008 14:40:51 +0000 Subject: 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). --- ext/taglib/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/taglib') 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) \ -- cgit