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
@ -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…
x
Reference in New Issue
Block a user