ext/taglib/Makefile.am: Add -Wno-attributes to CXXFLAGS to suppress warning caused...
[platform/upstream/gstreamer.git] / ext / taglib / Makefile.am
1 plugin_LTLIBRARIES = libgsttaglib.la
2
3 libgsttaglib_la_SOURCES = gsttaglibmux.c gstid3v2mux.cc gstapev2mux.cc
4 libgsttaglib_la_CFLAGS = \
5         $(GST_PLUGINS_BASE_CFLAGS) \
6         $(GST_CFLAGS) \
7         $(TAGLIB_CFLAGS)
8 libgsttaglib_la_CXXFLAGS = \
9         $(GST_PLUGINS_BASE_CFLAGS) \
10         $(GST_CXXFLAGS) -Wno-attributes \
11         $(TAGLIB_CFLAGS)
12 libgsttaglib_la_LIBADD = \
13         $(GST_PLUGINS_BASE_LIBS) -lgsttag-$(GST_MAJORMINOR) \
14         $(GST_LIBS) \
15         $(TAGLIB_LIBS)
16 libgsttaglib_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
17
18 noinst_HEADERS = gsttaglibmux.h gstid3v2mux.h gstapev2mux.h