mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
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).
This commit is contained in:
parent
d60878ab14
commit
7aa4f9962c
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
|
||||
|
||||
* 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 <pkj@axis.com>
|
||||
|
||||
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
|
||||
|
|
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue