From 7aa4f9962c2b7822e6e27e6bdad2a6e7522a7186 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Wed, 4 Jun 2008 15:19:46 +0000 Subject: ext/taglib/Makefile.am: Add -Wno-attributes to CXXFLAGS to suppress warning caused by taglib headers (with gcc 4.3.1). Original commit message from CVS: * ext/taglib/Makefile.am:: Add -Wno-attributes to CXXFLAGS to suppress warning caused by taglib headers (with gcc 4.3.1). --- ChangeLog | 6 ++++++ ext/taglib/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4fcd4b53..11cb6dc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-06-04 Tim-Philipp Müller + + * ext/taglib/Makefile.am:: + Add -Wno-attributes to CXXFLAGS to suppress warning caused by + taglib headers (with gcc 4.3.1). + 2008-06-04 Peter Kjellerstedt * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink): diff --git a/ext/taglib/Makefile.am b/ext/taglib/Makefile.am index d9884eba..b52916e7 100644 --- a/ext/taglib/Makefile.am +++ b/ext/taglib/Makefile.am @@ -7,7 +7,7 @@ libgsttaglib_la_CFLAGS = \ $(TAGLIB_CFLAGS) libgsttaglib_la_CXXFLAGS = \ $(GST_PLUGINS_BASE_CFLAGS) \ - $(GST_CXXFLAGS) \ + $(GST_CXXFLAGS) -Wno-attributes \ $(TAGLIB_CFLAGS) libgsttaglib_la_LIBADD = \ $(GST_PLUGINS_BASE_LIBS) -lgsttag-$(GST_MAJORMINOR) \ -- cgit