mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
fd97b5a8a3
Original commit message from CVS: Assorted fixes. Use the new clocking stuff.
9 lines
223 B
Makefile
9 lines
223 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstmad.la
|
|
|
|
libgstmad_la_SOURCES = gstmad.c
|
|
libgstmad_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstmad_la_LIBADD = $(GST_LIBS) $(MAD_LIBS)
|
|
libgstmad_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
|
|