From 3a4b4b67a4777c2df8225a8bbedc1228390daf7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Fri, 21 Feb 2020 22:57:48 -0500 Subject: [PATCH] build: enable speexdsp Change-Id: I5f6b6d919eed7462ea933188205459ec8716fcd0 --- build-daemon.sh | 4 ++-- configure.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build-daemon.sh b/build-daemon.sh index bb48f0f31..e53daa86c 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 8501da01f..3856ed14b 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 \ $* -- GitLab