mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
ext/musicbrainz/Makefile.am: Add GST_PLUGINS_BASE_CFLAGS to CFLAGS for gst/tag/tag.h
Original commit message from CVS: * ext/musicbrainz/Makefile.am: Add GST_PLUGINS_BASE_CFLAGS to CFLAGS for gst/tag/tag.h
This commit is contained in:
parent
c140e12dab
commit
facd3a0c66
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-05-03 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* ext/musicbrainz/Makefile.am:
|
||||
Add GST_PLUGINS_BASE_CFLAGS to CFLAGS for gst/tag/tag.h
|
||||
|
||||
2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
|
||||
|
|
|
@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgsttrm.la
|
|||
noinst_HEADERS = gsttrm.h
|
||||
|
||||
libgsttrm_la_SOURCES = gsttrm.c
|
||||
libgsttrm_la_CFLAGS = $(GST_CFLAGS) $(MUSICBRAINZ_CFLAGS)
|
||||
libgsttrm_la_CFLAGS = $(GST_CFLAGS) $(MUSICBRAINZ_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||||
libgsttrm_la_LIBADD = $(GST_LIBS) $(MUSICBRAINZ_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgsttag-@GST_MAJORMINOR@
|
||||
libgsttrm_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
|
Loading…
Reference in a new issue