summaryrefslogtreecommitdiff
path: root/gst/removesilence/Makefile.am
blob: c022ac133395685c5d111291b1df676a232ca88a (plain)
1
2
3
4
5
6
7
8
9
10
11
12

plugin_LTLIBRARIES = libgstremovesilence.la

libgstremovesilence_la_SOURCES = gstremovesilence.c vad_private.c
libgstremovesilence_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
libgstremovesilence_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS)
libgstremovesilence_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstremovesilence_la_LIBTOOLFLAGS = --tag=disable-static

noinst_HEADERS = \
	gstremovesilence.h \
	vad_private.h