diff options
Diffstat (limited to 'gst/cutter/Makefile.am')
-rw-r--r-- | gst/cutter/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/cutter/Makefile.am b/gst/cutter/Makefile.am index db60f0a3..7a2a01ce 100644 --- a/gst/cutter/Makefile.am +++ b/gst/cutter/Makefile.am @@ -4,6 +4,7 @@ libgstcutter_la_SOURCES = gstcutter.c libgstcutter_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) libgstcutter_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) $(GST_BASE_LIBS) $(LIBM) libgstcutter_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstcutter_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = gstcutter.h filter.func |