mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 09:40:37 +00:00
9107cd5b6f
Original commit message from CVS: Patch by: James "Doc" Livingston <doclivingston gmail com> * 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).
9 lines
306 B
Makefile
9 lines
306 B
Makefile
plugin_LTLIBRARIES = libgsttrm.la
|
|
|
|
noinst_HEADERS = gsttrm.h
|
|
|
|
libgsttrm_la_SOURCES = gsttrm.c
|
|
libgsttrm_la_CFLAGS = $(GST_CFLAGS) $(MUSICBRAINZ_CFLAGS)
|
|
libgsttrm_la_LIBADD = $(GST_LIBS) $(MUSICBRAINZ_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
|
-lgsttag-@GST_MAJORMINOR@
|
|
libgsttrm_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|