mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-17 12:55:53 +00:00
1c6ceb5c0b
Original commit message from CVS: The first attempt to support MAS. Dont expect it to work :)
10 lines
289 B
Makefile
10 lines
289 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstmassink.la
|
|
|
|
libgstmassink_la_SOURCES = massink.c
|
|
libgstmassink_la_CFLAGS = $(GST_CFLAGS) $(MAS_CFLAGS)
|
|
libgstmassink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(MAS_LIBS)
|
|
|
|
noinst_HEADERS = massink.h
|
|
EXTRA_DIST = README
|