summaryrefslogtreecommitdiff
path: root/ext/smoothstreaming
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/smoothstreaming
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/smoothstreaming')
-rw-r--r--ext/smoothstreaming/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/smoothstreaming/Makefile.am b/ext/smoothstreaming/Makefile.am
index a5e1ad6ae..dbd7d50e8 100644
--- a/ext/smoothstreaming/Makefile.am
+++ b/ext/smoothstreaming/Makefile.am
@@ -15,7 +15,7 @@ libgstsmoothstreaming_la_SOURCES = gstsmoothstreaming-plugin.c \
gstmssdemux.c \
gstmssfragmentparser.c \
gstmssmanifest.c
-libgstsmoothstreaming_la_LIBTOOLFLAGS = --tag=disable-static
+libgstsmoothstreaming_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstmssdemux.h \
gstmssfragmentparser.h \