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
4d1363d7
Commit
4d1363d7
authored
Apr 13, 2016
by
Gautier Pelloux-Prayer
Browse files
vpx.cmake: fix build on android arm
parent
071330ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
builders/vpx.cmake
builders/vpx.cmake
+3
-1
No files found.
builders/vpx.cmake
View file @
4d1363d7
...
...
@@ -115,7 +115,9 @@ else()
endif
()
set
(
EP_vpx_LINKING_TYPE
"--enable-static"
"--disable-shared"
"--enable-pic"
)
elseif
(
ANDROID
)
if
(
CMAKE_SYSTEM_PROCESSOR STREQUAL
"armeabi-v7a"
)
string
(
FIND
"
${
CMAKE_SYSTEM_PROCESSOR
}
"
"armeabi"
ARM_POSITION
)
# if we are building for arm or armv7
if
(
${
ARM_POSITION
}
EQUAL 0
)
set
(
EP_vpx_TARGET
"armv7-android-gcc"
)
else
()
set
(
EP_vpx_TARGET
"x86-android-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