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
2bef0f87
Commit
2bef0f87
authored
May 18, 2015
by
Ghislain MARY
Browse files
Fix compilation of opus for Raspberry PI.
parent
ba0f9206
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
builders/opus/CMakeLists.txt
builders/opus/CMakeLists.txt
+1
-0
No files found.
builders/opus/CMakeLists.txt
View file @
2bef0f87
...
...
@@ -58,6 +58,7 @@ else()
endif
()
if
(
ENABLE_ASM
)
enable_language
(
ASM
)
string
(
TOLOWER
${
CMAKE_SYSTEM_PROCESSOR
}
SYSTEM_PROCESSOR
)
if
(
SYSTEM_PROCESSOR MATCHES
"^arm.*"
)
if
(
ENABLE_FIXED_POINT
)
...
...
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