mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
examples: Link against proper libgstaudio
It was previously attempting to link against the non-local one.
This commit is contained in:
parent
266a9be400
commit
ac582227c1
1 changed files with 2 additions and 1 deletions
|
@ -2,5 +2,6 @@
|
|||
noinst_PROGRAMS = testchannels
|
||||
testchannels_SOURCES = testchannels.c
|
||||
testchannels_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
testchannels_LDADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) $(GST_LIBS)
|
||||
testchannels_LDADD = $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la \
|
||||
$(GST_PLUGINS_BASE_LIBS) $(GST_LIBS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue