mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
a1e46d712c
Original commit message from CVS: * ext/mad/Makefile.am: libgsttagedit => libgsttag
9 lines
341 B
Makefile
9 lines
341 B
Makefile
plugin_LTLIBRARIES = libgstmad.la
|
|
|
|
libgstmad_la_SOURCES = gstmad.c gstid3tag.c
|
|
|
|
libgstmad_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(MAD_CFLAGS) $(ID3_CFLAGS)
|
|
libgstmad_la_LIBADD = $(MAD_LIBS) $(ID3_LIBS)
|
|
libgstmad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_MAJORMINOR@
|
|
|
|
noinst_HEADERS = gstmad.h
|