mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 18:35:35 +00:00
Fix missing symbol
Original commit message from CVS: Fix missing symbol
This commit is contained in:
parent
079f154264
commit
17ff8e9c5b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ libgstossaudio_la_SOURCES = gstossaudio.c \
|
|||
gstossgst.c
|
||||
|
||||
libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstossaudio_la_LIBADD =
|
||||
libgstossaudio_la_LIBADD = $(top_builddir)/gst-libs/gst/mixer/libgstmixer.la
|
||||
libgstossaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
libgstosshelper_la_SOURCES = gstosshelper.c
|
||||
|
|
Loading…
Reference in a new issue