Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-cmake-builder
Commits
9031995a
Commit
9031995a
authored
Feb 17, 2014
by
Ghislain MARY
Browse files
Activate NEON when building speex for bb10-arm.
parent
6614c6db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
configs/config-bb10-arm.cmake
configs/config-bb10-arm.cmake
+8
-0
No files found.
configs/config-bb10-arm.cmake
View file @
9031995a
...
...
@@ -21,3 +21,11 @@
############################################################################
include
(
configs/config-bb10.cmake
)
# speex
list
(
APPEND EP_speex_CMAKE_OPTIONS
"-DENABLE_FLOAT_API=0"
"-DENABLE_FIXED_POINT=1"
"-DENABLE_ARMV7_NEON_ASM=1"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment