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.
10 lines
243 B
Makefile
10 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
|