diff --git a/build-daemon.sh b/build-daemon.sh
index bb48f0f31977edbc99dcac9c2b66e4bc7a2a04ef..e53daa86c766fa9c26df00731bbf2de19846b6e5 100755
--- a/build-daemon.sh
+++ b/build-daemon.sh
@@ -155,7 +155,7 @@ mkdir -p ${CONTRIB_DIR}
 mkdir -p ${CONTRIB_SYSROOT}/lib/pkgconfig
 
 cd ${CONTRIB_DIR}
-../bootstrap --host=${TARGET_TUPLE} --enable-ffmpeg --disable-speexdsp
+../bootstrap --host=${TARGET_TUPLE} --enable-ffmpeg
 
 make list
 make fetch
@@ -209,7 +209,7 @@ STATIC_LIBS_ALL="-llog -lOpenSLES -landroid \
                 -lavformat -lavdevice -lavfilter -lavcodec -lswresample -lswscale -lavutil \
                 -lyaml-cpp -ljsoncpp -lhttp_parser -lfmt\
                 -luuid -lz \
-                -lvpx -lopus -lspeex -lx264 \
+                -lvpx -lopus -lspeex -lspeexdsp -lx264 \
                 -largon2 \
                 -liconv"
 
diff --git a/configure.sh b/configure.sh
index 8501da01fb01003038a3c44ee7f0625ead8ca128..3856ed14b28f5ce2eef3e15dc0f57c2f0136e8e4 100755
--- a/configure.sh
+++ b/configure.sh
@@ -24,6 +24,6 @@ AR="${CROSS_COMPILE}ar" \
 AS="${CROSS_COMPILE}as" \
 PKG_CONFIG_LIBDIR=$DAEMON_DIR/contrib/$TARGET_TUPLE/lib/pkgconfig \
 $DAEMON_DIR/configure --host=$TARGET_TUPLE $EXTRA_PARAMS \
-                   --disable-shared --with-opensl --without-dbus --without-alsa --without-pulse --without-speexdsp --enable-accel\
+                   --disable-shared --with-opensl --without-dbus --without-alsa --without-pulse --enable-accel\
                    --prefix=$DAEMON_DIR/install-android-$TARGET_TUPLE \
                    $*