dash/smoothstreaming: Use GST_PLUGIN_LIBTOOLFLAGS

Use the flags defined by configure script instead of always disabling
static plugins.
This commit is contained in:
Nicolas Dufresne 2017-03-05 15:27:11 -05:00
parent eb2dae8fd6
commit e03e7e7574
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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 \