mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
removesilence: Add $(LIBM) to libraries
/usr/bin/ld: .libs/libgstremovesilence_la-vad_private.o: in function `vad_set_threshold': ./gst/removesilence/vad_private.c:108: undefined reference to `pow' /usr/bin/ld: .libs/libgstremovesilence_la-vad_private.o: in function `vad_get_threshold_as_db': ./gst/removesilence/vad_private.c:114: undefined reference to `log10'
This commit is contained in:
parent
a60056c6b0
commit
a3a67c3c30
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgstremovesilence.la
|
|||
|
||||
libgstremovesilence_la_SOURCES = gstremovesilence.c vad_private.c
|
||||
libgstremovesilence_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
libgstremovesilence_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS)
|
||||
libgstremovesilence_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
|
||||
libgstremovesilence_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
|
|
Loading…
Reference in a new issue