mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 20:01:35 +00:00
amrwbdec, lame, mad: link to libgstbase
This commit is contained in:
parent
9ec4db8bbc
commit
0e594130e7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgstlame.la
|
||||||
libgstlame_la_SOURCES = gstlamemp3enc.c plugin.c
|
libgstlame_la_SOURCES = gstlamemp3enc.c plugin.c
|
||||||
libgstlame_la_CFLAGS = -DGST_USE_UNSTABLE_API \
|
libgstlame_la_CFLAGS = -DGST_USE_UNSTABLE_API \
|
||||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LAME_CFLAGS)
|
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LAME_CFLAGS)
|
||||||
libgstlame_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) \
|
libgstlame_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) \
|
||||||
$(GST_BASE_LIBS) $(GST_LIBS) $(LAME_LIBS)
|
$(GST_BASE_LIBS) $(GST_LIBS) $(LAME_LIBS)
|
||||||
libgstlame_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstlame_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstlame_la_LIBTOOLFLAGS = --tag=disable-static
|
libgstlame_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
Loading…
Reference in a new issue