summaryrefslogtreecommitdiff
path: root/gst/removesilence/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gst/removesilence/Makefile.am')
-rw-r--r--gst/removesilence/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/removesilence/Makefile.am b/gst/removesilence/Makefile.am
index c022ac133..23e0f702a 100644
--- a/gst/removesilence/Makefile.am
+++ b/gst/removesilence/Makefile.am
@@ -2,7 +2,7 @@
plugin_LTLIBRARIES = libgstremovesilence.la
libgstremovesilence_la_SOURCES = gstremovesilence.c vad_private.c
-libgstremovesilence_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
+libgstremovesilence_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_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