1plugin_LTLIBRARIES = libgstvideofiltersbad.la
2
3#ORC_SOURCE=gstvideofiltersbadorc
4#include $(top_srcdir)/common/orc.mak
5
6libgstvideofiltersbad_la_SOURCES = \
7	gstzebrastripe.c \
8	gstzebrastripe.h \
9	gstscenechange.c \
10	gstvideodiff.c \
11	gstvideodiff.h \
12	gstvideofiltersbad.c
13#nodist_libgstvideofiltersbad_la_SOURCES = $(ORC_NODIST_SOURCES)
14libgstvideofiltersbad_la_CFLAGS = \
15	$(GST_PLUGINS_BASE_CFLAGS) \
16	$(GST_CFLAGS) \
17	$(ORC_CFLAGS)
18libgstvideofiltersbad_la_LIBADD = \
19	$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \
20	$(GST_BASE_LIBS) \
21	$(GST_LIBS) \
22	$(ORC_LIBS) \
23	$(LIBM)
24libgstvideofiltersbad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
25
26noinst_HEADERS = \
27	gstzebrastripe.h \
28	gstscenechange.h
29