Skip to content
Snippets Groups Projects
Commit 3a4b4b67 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

build: enable speexdsp

Change-Id: I5f6b6d919eed7462ea933188205459ec8716fcd0
parent 2d50acb3
No related branches found
No related tags found
No related merge requests found
...@@ -155,7 +155,7 @@ mkdir -p ${CONTRIB_DIR} ...@@ -155,7 +155,7 @@ mkdir -p ${CONTRIB_DIR}
mkdir -p ${CONTRIB_SYSROOT}/lib/pkgconfig mkdir -p ${CONTRIB_SYSROOT}/lib/pkgconfig
cd ${CONTRIB_DIR} cd ${CONTRIB_DIR}
../bootstrap --host=${TARGET_TUPLE} --enable-ffmpeg --disable-speexdsp ../bootstrap --host=${TARGET_TUPLE} --enable-ffmpeg
make list make list
make fetch make fetch
...@@ -209,7 +209,7 @@ STATIC_LIBS_ALL="-llog -lOpenSLES -landroid \ ...@@ -209,7 +209,7 @@ STATIC_LIBS_ALL="-llog -lOpenSLES -landroid \
-lavformat -lavdevice -lavfilter -lavcodec -lswresample -lswscale -lavutil \ -lavformat -lavdevice -lavfilter -lavcodec -lswresample -lswscale -lavutil \
-lyaml-cpp -ljsoncpp -lhttp_parser -lfmt\ -lyaml-cpp -ljsoncpp -lhttp_parser -lfmt\
-luuid -lz \ -luuid -lz \
-lvpx -lopus -lspeex -lx264 \ -lvpx -lopus -lspeex -lspeexdsp -lx264 \
-largon2 \ -largon2 \
-liconv" -liconv"
......
...@@ -24,6 +24,6 @@ AR="${CROSS_COMPILE}ar" \ ...@@ -24,6 +24,6 @@ AR="${CROSS_COMPILE}ar" \
AS="${CROSS_COMPILE}as" \ AS="${CROSS_COMPILE}as" \
PKG_CONFIG_LIBDIR=$DAEMON_DIR/contrib/$TARGET_TUPLE/lib/pkgconfig \ PKG_CONFIG_LIBDIR=$DAEMON_DIR/contrib/$TARGET_TUPLE/lib/pkgconfig \
$DAEMON_DIR/configure --host=$TARGET_TUPLE $EXTRA_PARAMS \ $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 \ --prefix=$DAEMON_DIR/install-android-$TARGET_TUPLE \
$* $*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment