Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
3a4b4b67
Commit
3a4b4b67
authored
5 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
build: enable speexdsp
Change-Id: I5f6b6d919eed7462ea933188205459ec8716fcd0
parent
2d50acb3
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
build-daemon.sh
+2
-2
2 additions, 2 deletions
build-daemon.sh
configure.sh
+1
-1
1 addition, 1 deletion
configure.sh
with
3 additions
and
3 deletions
build-daemon.sh
+
2
−
2
View file @
3a4b4b67
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
configure.sh
+
1
−
1
View file @
3a4b4b67
...
@@ -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
\
$*
$*
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment