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
c66cf5e2
Commit
c66cf5e2
authored
Feb 17, 2014
by
Ghislain MARY
Browse files
Enable fixed-point only for ARM in opus for bb10.
parent
9031995a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
configs/config-bb10-arm.cmake
configs/config-bb10-arm.cmake
+3
-0
configs/config-bb10.cmake
configs/config-bb10.cmake
+1
-1
No files found.
configs/config-bb10-arm.cmake
View file @
c66cf5e2
...
...
@@ -29,3 +29,6 @@ list(APPEND EP_speex_CMAKE_OPTIONS
"-DENABLE_FIXED_POINT=1"
"-DENABLE_ARMV7_NEON_ASM=1"
)
# opus
set
(
EP_opus_CONFIGURE_OPTIONS
"
${
EP_opus_CONFIGURE_OPTIONS
}
--enable-fixed-point"
)
\ No newline at end of file
configs/config-bb10.cmake
View file @
c66cf5e2
...
...
@@ -70,7 +70,7 @@ list(INSERT EP_srtp_CMAKE_OPTIONS 0 ${CMAKE_SHARED_LIBRARIES})
list
(
INSERT EP_speex_CMAKE_OPTIONS 0
${
CMAKE_SHARED_LIBRARIES
}
)
# opus
set
(
EP_opus_CONFIGURE_OPTIONS
"
${
AUTOTOOLS_SHARED_LIBRARIES
}
${
EP_opus_CONFIGURE_OPTIONS
}
--enable-fixed-point --disable-asm
"
)
set
(
EP_opus_CONFIGURE_OPTIONS
"
${
AUTOTOOLS_SHARED_LIBRARIES
}
${
EP_opus_CONFIGURE_OPTIONS
}
"
)
# oRTP
set
(
EP_ortp_CONFIGURE_OPTIONS
"
${
AUTOTOOLS_SHARED_LIBRARIES
}
${
EP_ortp_CONFIGURE_OPTIONS
}
"
)
...
...
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