mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
Add missing GST_LIBS to the link flags
Original commit message from CVS: * ext/lame/Makefile.am: * ext/mpeg2dec/Makefile.am: * gst/dvdlpcmdec/Makefile.am: * gst/dvdsub/Makefile.am: * gst/mpegaudioparse/Makefile.am: Add missing GST_LIBS to the link flags
This commit is contained in:
parent
1bccf486c2
commit
a4b48ed620
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgstlame.la
|
|||
|
||||
libgstlame_la_SOURCES = gstlame.c
|
||||
libgstlame_la_CFLAGS = $(GST_CFLAGS) $(LAME_CFLAGS)
|
||||
libgstlame_la_LIBADD = $(LAME_LIBS)
|
||||
libgstlame_la_LIBADD = $(LAME_LIBS) $(GST_LIBS)
|
||||
libgstlame_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstlame.h
|
||||
|
|
Loading…
Reference in a new issue