summaryrefslogtreecommitdiffstats
path: root/gst/qtmux
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-03-09 23:43:55 +0200
committerStefan Kost <ensonic@users.sf.net>2009-03-22 21:02:45 +0200
commita7a97b91398aee30856f34e28d23ea8f7ff59d76 (patch)
tree77a595c4f20c5d2862134df45c47dd902daaf375 /gst/qtmux
parent30e5da107bb2389c26cc647c2cf7b866542dac64 (diff)
downloadgst-plugins-bad-a7a97b91398aee30856f34e28d23ea8f7ff59d76.tar.gz
gst-plugins-bad-a7a97b91398aee30856f34e28d23ea8f7ff59d76.tar.bz2
gst-plugins-bad-a7a97b91398aee30856f34e28d23ea8f7ff59d76.zip
Makefile.am: no static libs for plugins
Diffstat (limited to 'gst/qtmux')
-rw-r--r--gst/qtmux/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/qtmux/Makefile.am b/gst/qtmux/Makefile.am
index e93ff67b..6bf65577 100644
--- a/gst/qtmux/Makefile.am
+++ b/gst/qtmux/Makefile.am
@@ -14,6 +14,7 @@ libgstqtmux_la_SOURCES = gstqtmux.c \
libgstqtmux_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
libgstqtmux_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
libgstqtmux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstqtmux_la_LIBTOOLFLAGS = --tag=disable-static
# headers we need but don't want installed
noinst_HEADERS = gstqtmux.h \