From 9107cd5b6fc4ebac2587ca16ba7a695fcd641194 Mon Sep 17 00:00:00 2001 From: James Doc Livingston Date: Wed, 3 May 2006 11:27:42 +0000 Subject: Port MusicBrainz TRM plugin (#336898). Original commit message from CVS: Patch by: James "Doc" Livingston * configure.ac: * ext/musicbrainz/Makefile.am: * ext/musicbrainz/gsttrm.c: (gst_trm_base_init), (gst_trm_class_init), (gst_trm_init), (gst_trm_setcaps), (gst_trm_chain), (gst_trm_emit_signature), (gst_trm_set_property), (gst_trm_get_property), (gst_trm_change_state), (plugin_init): * ext/musicbrainz/gsttrm.h: Port MusicBrainz TRM plugin (#336898). --- ext/musicbrainz/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ext/musicbrainz/Makefile.am') diff --git a/ext/musicbrainz/Makefile.am b/ext/musicbrainz/Makefile.am index f6a4a27e..cd123d55 100644 --- a/ext/musicbrainz/Makefile.am +++ b/ext/musicbrainz/Makefile.am @@ -4,5 +4,6 @@ noinst_HEADERS = gsttrm.h libgsttrm_la_SOURCES = gsttrm.c libgsttrm_la_CFLAGS = $(GST_CFLAGS) $(MUSICBRAINZ_CFLAGS) -libgsttrm_la_LIBADD = -libgsttrm_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(MUSICBRAINZ_LIBS) +libgsttrm_la_LIBADD = $(GST_LIBS) $(MUSICBRAINZ_LIBS) $(GST_PLUGINS_BASE_LIBS) \ + -lgsttag-@GST_MAJORMINOR@ +libgsttrm_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -- cgit v1.2.1