mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 18:35:35 +00:00
bba1354444
Original commit message from CVS: famedec is not actually implemented. (it'd just a copy of fameenc.)
10 lines
290 B
Makefile
10 lines
290 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
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)
|
|
|
|
noinst_HEADERS=gstlibfame.h
|