mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
f78820adc8
Original commit message from CVS: adding preliminary libfame plugin it's still too green to be useful, literally and needs some major fixing up
9 lines
240 B
Makefile
9 lines
240 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstlibfame.la
|
|
|
|
libgstlibfame_la_SOURCES = gstlibfame.c
|
|
libgstlibfame_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstlibfame_la_LIBADD = $(LIBFAME_LIBS)
|
|
libgstlibfame_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|