aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/Makefile.am')
-rw-r--r--codecs/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/codecs/Makefile.am b/codecs/Makefile.am
index fd93ba4eda..35d92d32a7 100644
--- a/codecs/Makefile.am
+++ b/codecs/Makefile.am
@@ -35,6 +35,10 @@ endif
libwscodecs_la_SOURCES = \
$(LIBWSCODECS_SRC)
+if !HAVE_SPEEXDSP
+libwscodecs_la_SOURCES += speex/resample.c
+endif
+
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
libwscodecs_la_LDFLAGS = -version-info 0:0:0 @LDFLAGS_SHAREDLIB@