mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
14 lines
453 B
Makefile
14 lines
453 B
Makefile
|
plugin_LTLIBRARIES = libgstfrei0r.la
|
||
|
|
||
|
libgstfrei0r_la_SOURCES = \
|
||
|
gstfrei0r.c \
|
||
|
gstfrei0rfilter.c
|
||
|
|
||
|
libgstfrei0r_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||
|
libgstfrei0r_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
||
|
-lgstvideo-@GST_MAJORMINOR@
|
||
|
libgstfrei0r_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
libgstfrei0r_la_LIBTOOLFLAGS = --tag=disable-static
|
||
|
|
||
|
noinst_HEADERS = gstfrei0r.h gstfrei0rfilter.h frei0r.h
|