mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
27efd6e054
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.
9 lines
243 B
Makefile
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
|