mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-09 07:52:36 +00:00
dash/smoothstreaming: Use GST_PLUGIN_LIBTOOLFLAGS
Use the flags defined by configure script instead of always disabling static plugins.
This commit is contained in:
parent
eb2dae8fd6
commit
e03e7e7574
2 changed files with 2 additions and 2 deletions
|
@ -32,5 +32,5 @@ libgstdashdemux_la_LIBADD = \
|
||||||
$(GIO_LIBS) \
|
$(GIO_LIBS) \
|
||||||
$(LIBXML2_LIBS)
|
$(LIBXML2_LIBS)
|
||||||
libgstdashdemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstdashdemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstdashdemux_la_LIBTOOLFLAGS = --tag=disable-static
|
libgstdashdemux_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ libgstsmoothstreaming_la_SOURCES = gstsmoothstreaming-plugin.c \
|
||||||
gstmssdemux.c \
|
gstmssdemux.c \
|
||||||
gstmssfragmentparser.c \
|
gstmssfragmentparser.c \
|
||||||
gstmssmanifest.c
|
gstmssmanifest.c
|
||||||
libgstsmoothstreaming_la_LIBTOOLFLAGS = --tag=disable-static
|
libgstsmoothstreaming_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
||||||
|
|
||||||
noinst_HEADERS = gstmssdemux.h \
|
noinst_HEADERS = gstmssdemux.h \
|
||||||
gstmssfragmentparser.h \
|
gstmssfragmentparser.h \
|
||||||
|
|
Loading…
Reference in a new issue