[vlc-commits] Revert "speex_resampler: Fix static linking."

Konstantin Pavlov git at videolan.org
Sat Nov 5 18:41:01 CET 2016


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

Revert "speex_resampler: Fix static linking."

This reverts commit d21869948da2527b2da26aa848b2339ce1a073ae.

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

 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 372528e..b935045 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) $(LIBM)
+libspeex_resampler_plugin_la_LIBADD = $(SPEEXDSP_LIBS)
 if HAVE_SPEEXDSP
 audio_filter_LTLIBRARIES += libspeex_resampler_plugin.la
 endif



More information about the vlc-commits mailing list