rtph264depay: Fix handling or marker on STAP-A
[platform/upstream/gst-plugins-good.git] / gst / effectv / Makefile.am
1 plugin_LTLIBRARIES = libgsteffectv.la
2
3 libgsteffectv_la_SOURCES = \
4         gsteffectv.c gstedge.c gstaging.c gstdice.c gstwarp.c \
5         gstshagadelic.c gstvertigo.c gstrev.c gstquark.c gstop.c \
6         gstradioac.c gststreak.c gstripple.c
7 libgsteffectv_la_CFLAGS = \
8         $(GST_PLUGINS_BASE_CFLAGS) \
9         $(GST_BASE_CFLAGS) \
10         $(GST_CFLAGS) \
11         -I$(top_srcdir)/gst/videofilter
12 libgsteffectv_la_LIBADD = \
13         $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ \
14         $(GST_BASE_LIBS) \
15         $(GST_LIBS) \
16         $(LIBM)
17 libgsteffectv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
18
19 noinst_HEADERS = gsteffectv.h gstaging.h gstdice.h gstedge.h \
20         gstquark.h gstrev.h gstshagadelic.h gstvertigo.h gstwarp.h gstop.h \
21         gstradioac.h gststreak.h gstripple.h