mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
gst: Add better support for static plugins
This commit is contained in:
parent
cb381f1001
commit
228e65b33c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ libgstrawparse_la_LIBADD = \
|
||||||
$(GST_BASE_LIBS) \
|
$(GST_BASE_LIBS) \
|
||||||
$(GST_LIBS)
|
$(GST_LIBS)
|
||||||
libgstrawparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstrawparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstrawparse_la_LIBTOOLFLAGS = --tag=disable-static
|
libgstrawparse_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gstaudioparse.h \
|
gstaudioparse.h \
|
||||||
|
|
Loading…
Reference in a new issue