summaryrefslogtreecommitdiffstats
path: root/gst/effectv/Makefile.am
blob: e0c28030930d88a14aff7c783bb5bf6c3558b09b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 gstop.c \
	gstradioac.c gststreak.c gstripple.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 gstop.h \
	gstradioac.h gststreak.h gstripple.h