diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-10-24 12:14:50 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-04-15 15:54:11 +0200 |
commit | b0b0557c4859f98db62a531b853c157a06c1bcdc (patch) | |
tree | 042439d2fbf5828ecb9a220c2c42c43ddaaf6e82 /gst/cutter | |
parent | 2ea9a66dd5a73e1a62387b3fea1af749f8111197 (diff) |
gst: Add better support for static plugins
Diffstat (limited to 'gst/cutter')
-rw-r--r-- | gst/cutter/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/cutter/Makefile.am b/gst/cutter/Makefile.am index 9d506af9a..f72f94651 100644 --- a/gst/cutter/Makefile.am +++ b/gst/cutter/Makefile.am @@ -4,7 +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_API_VERSION) $(GST_BASE_LIBS) $(LIBM) libgstcutter_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstcutter_la_LIBTOOLFLAGS = --tag=disable-static +libgstcutter_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = gstcutter.h filter.func |