summaryrefslogtreecommitdiff
path: root/ext/dash/Makefile.am
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2017-03-05 15:27:11 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2017-03-08 20:04:23 -0500
commite03e7e757492f14692b6379dfe3defef3cbf6ccd (patch)
tree0dff70bc148101eb93faa646082494199c382275 /ext/dash/Makefile.am
parenteb2dae8fd6aea04673fdd5b0fdf05e4e2ce1c2ee (diff)
downloadgstreamer-plugins-bad-e03e7e757492f14692b6379dfe3defef3cbf6ccd.tar.gz
dash/smoothstreaming: Use GST_PLUGIN_LIBTOOLFLAGS
Use the flags defined by configure script instead of always disabling static plugins.
Diffstat (limited to 'ext/dash/Makefile.am')
-rw-r--r--ext/dash/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dash/Makefile.am b/ext/dash/Makefile.am
index 66f225491..5197c34f0 100644
--- a/ext/dash/Makefile.am
+++ b/ext/dash/Makefile.am
@@ -32,5 +32,5 @@ libgstdashdemux_la_LIBADD = \
$(GIO_LIBS) \
$(LIBXML2_LIBS)
libgstdashdemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstdashdemux_la_LIBTOOLFLAGS = --tag=disable-static
+libgstdashdemux_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)