mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
06e3ecd14c
Original commit message from CVS: 2005-07-01 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: * ext/mad/Makefile.am: * sys/oss/Makefile.am: Roll gstreamer-interfaces-0.9.pc into gstreamer-plugins-base-0.9.pc
9 lines
332 B
Makefile
9 lines
332 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) -lgsttagedit-0.9
|
|
|
|
noinst_HEADERS = gstmad.h
|