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
cd8badac
Commit
cd8badac
authored
Mar 25, 2018
by
Simon Morlat
Browse files
Enable VP8 armv7 optimizations for arm-linux
parent
03ad6f69
Changes
1
Hide whitespace changes
Inline
Side-by-side
builders/vpx.cmake
View file @
cd8badac
...
...
@@ -146,7 +146,7 @@ else()
list
(
REMOVE_ITEM EP_vpx_CONFIGURE_OPTIONS
"--enable-multithread"
)
else
()
if
(
CMAKE_SYSTEM_PROCESSOR STREQUAL
"armv7l"
)
set
(
USE
_TARGET
NO
)
set
(
VPX
_TARGET
"armv7-linux-gcc"
)
else
()
if
(
CMAKE_SIZEOF_VOID_P EQUAL 8
)
set
(
VPX_TARGET
"x86_64-linux-gcc"
)
...
...
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