summaryrefslogtreecommitdiffstats
path: root/gst/debug/Makefile.am
blob: c531f1f0a2b354515abfc5b40b5f037408242b85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
plugin_LTLIBRARIES = libgstefence.la # libgstnavigationtest.la libgstdebug.la

noinst_HEADERS = efence.h gstnavigationtest.h gstnavseek.h tests.h

libgstefence_la_SOURCES = efence.c
libgstefence_la_CFLAGS = $(GST_CFLAGS)
libgstefence_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

# libgstnavigationtest_la_SOURCES = gstnavigationtest.c
# libgstnavigationtest_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/videofilter
# libgstnavigationtest_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
# 
# libgstdebug_la_SOURCES = \
# 	gstdebug.c \
# 	breakmydata.c \
# 	negotiation.c \
# 	gstnavseek.c \
# 	progressreport.c \
# 	tests.c \
# 	testplugin.c
# 
# libgstdebug_la_CFLAGS = $(GST_CFLAGS)
# libgstdebug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)