[vlc-commits] speex_resampler: Fix static linking.

Konstantin Pavlov git at videolan.org
Sat Nov 5 17:18:25 CET 2016


vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Sat Nov  5 19:06:40 2016 +0300| [d21869948da2527b2da26aa848b2339ce1a073ae] | committer: Konstantin Pavlov

speex_resampler: Fix static linking.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d21869948da2527b2da26aa848b2339ce1a073ae
---

 modules/audio_filter/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/audio_filter/Makefile.am b/modules/audio_filter/Makefile.am
index b935045..372528e 100644
--- a/modules/audio_filter/Makefile.am
+++ b/modules/audio_filter/Makefile.am
@@ -114,7 +114,7 @@ EXTRA_LTLIBRARIES += \
 
 libspeex_resampler_plugin_la_SOURCES = audio_filter/resampler/speex.c
 libspeex_resampler_plugin_la_CFLAGS = $(AM_CFLAGS) $(SPEEXDSP_CFLAGS)
-libspeex_resampler_plugin_la_LIBADD = $(SPEEXDSP_LIBS)
+libspeex_resampler_plugin_la_LIBADD = $(SPEEXDSP_LIBS) $(LIBM)
 if HAVE_SPEEXDSP
 audio_filter_LTLIBRARIES += libspeex_resampler_plugin.la
 endif



More information about the vlc-commits mailing list