mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
bed2cb631d
Original commit message from CVS: Add a trm plugin
8 lines
241 B
Makefile
8 lines
241 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 =
|
|
libgsttrm_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(MUSICBRAINZ_LIBS)
|