mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
431ec45241
Original commit message from CVS: ported mad and effectv plugins
9 lines
263 B
Makefile
9 lines
263 B
Makefile
plugin_LTLIBRARIES = libgstmad.la
|
|
|
|
libgstmad_la_SOURCES = gstmad.c gstid3tag.c
|
|
|
|
libgstmad_la_CFLAGS = $(GST_CFLAGS) $(MAD_CFLAGS) $(ID3_CFLAGS)
|
|
libgstmad_la_LIBADD = $(MAD_LIBS) $(ID3_LIBS)
|
|
libgstmad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstmad.h
|