mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
gst: Add better support for static plugins
This commit is contained in:
parent
c4399160f6
commit
deffbd375e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ libgstmpg123_la_CFLAGS = -DGST_USE_UNSTABLE_API \
|
|||
libgstmpg123_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS) $(MPG123_LIBS)
|
||||
libgstmpg123_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstmpg123_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
libgstmpg123_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
||||
|
||||
noinst_HEADERS = gstmpg123audiodec.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue