summaryrefslogtreecommitdiff
path: root/gst/debugutils/Makefile.am
blob: ee8e57dd35c79c6740d2541845cea4a678230eca (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
25
plugin_LTLIBRARIES = libgstdebugutilsbad.la

libgstdebugutilsbad_la_SOURCES = \
	gstdebugspy.c \
	debugutilsbad.c \
        fpsdisplaysink.c \
        gstchecksumsink.c \
	gstchopmydata.c \
	gstcompare.c \
	gstwatchdog.c \
	gsterrorignore.c

libgstdebugutilsbad_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
libgstdebugutilsbad_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
	-lgstvideo-$(GST_API_VERSION) \
	$(GST_LIBS)
libgstdebugutilsbad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = fpsdisplaysink.h \
	gstchecksumsink.h \
	gstchopmydata.h \
	gstcompare.h \
	gstdebugspy.h \
	gstwatchdog.h \
	gsterrorignore.h