mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
414d0548e2
This is needed for the docs later.
22 lines
720 B
Makefile
22 lines
720 B
Makefile
plugin_LTLIBRARIES = libgsteffectv.la
|
|
|
|
libgsteffectv_la_SOURCES = \
|
|
gsteffectv.c gstedge.c gstaging.c gstdice.c gstwarp.c \
|
|
gstshagadelic.c gstvertigo.c gstrev.c gstquark.c
|
|
libgsteffectv_la_CFLAGS = \
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
$(GST_CONTROLLER_CFLAGS) \
|
|
$(GST_BASE_CFLAGS) \
|
|
$(GST_CFLAGS) \
|
|
-I$(top_srcdir)/gst/videofilter
|
|
libgsteffectv_la_LIBADD = \
|
|
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_MAJORMINOR@ \
|
|
$(GST_CONTROLLER_LIBS) \
|
|
$(GST_BASE_LIBS) \
|
|
$(GST_LIBS) \
|
|
$(LIBM)
|
|
libgsteffectv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgsteffectv_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = gsteffectv.h gstaging.h gstdice.h gstedge.h \
|
|
gstquark.h gstrev.h gstshagadelic.h gstvertigo.h gstwarp.h
|