mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
adpcmdec: GST_BASE_LIBS already contains -lgstbase-0.10
This commit is contained in:
parent
e54218a648
commit
1cec862538
1 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,7 @@ libgstadpcmdec_la_SOURCES = adpcmdec.c
|
|||
libgstadpcmdec_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
libgstadpcmdec_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_MAJORMINOR@ \
|
||||
$(GST_BASE_LIBS) -lgstbase-@GST_MAJORMINOR@ \
|
||||
$(GST_LIBS)
|
||||
$(GST_BASE_LIBS) $(GST_LIBS)
|
||||
libgstadpcmdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstadpcmdec_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
|
|
Loading…
Reference in a new issue