gstreamer/ext/libmms/Makefile.am
Maciej Katafiasz 27efd6e054 First commit. To my knowledge should be in working state, playbin is supported, apart from small warning when setting...
Original commit message from CVS:
First commit. To my knowledge should be in working state, playbin
is supported, apart from small warning when setting URI.
2004-12-22 18:57:29 +00:00

9 lines
243 B
Makefile

plugin_LTLIBRARIES = libgstmms.la
libgstmms_la_SOURCES = gstmms.c
libgstmms_la_CFLAGS = $(GST_CFLAGS) $(LIBMMS_CFLAGS)
libgstmms_la_LIBADD = $(GST_LIBS) $(LIBMMS_LIBS)
libgstmms_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstmms.h