Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
74512836
Commit
74512836
authored
Oct 10, 2014
by
Thomas Guillem
Committed by
Jean-Baptiste Kempf
Oct 10, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib/bootstrap: add arm64 for android
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
9cf85e3a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
contrib/bootstrap
contrib/bootstrap
+5
-0
No files found.
contrib/bootstrap
View file @
74512836
...
@@ -215,6 +215,8 @@ check_android_sdk()
...
@@ -215,6 +215,8 @@ check_android_sdk()
add_make
"ANDROID_API :=
${
ANDROID_API
}
"
add_make
"ANDROID_API :=
${
ANDROID_API
}
"
[
${
ANDROID_ABI
}
=
"armeabi-v7a"
]
&&
add_make_enabled
"HAVE_NEON"
[
${
ANDROID_ABI
}
=
"armeabi-v7a"
]
&&
add_make_enabled
"HAVE_NEON"
[
${
ANDROID_ABI
}
=
"armeabi-v7a"
]
&&
add_make_enabled
"HAVE_ARMV7A"
[
${
ANDROID_ABI
}
=
"armeabi-v7a"
]
&&
add_make_enabled
"HAVE_ARMV7A"
[
${
ANDROID_ABI
}
=
"arm64-v8a"
]
&&
add_make_enabled
"HAVE_NEON"
[
${
ANDROID_ABI
}
=
"arm64-v8a"
]
&&
add_make_enabled
"HAVE_ARMV8A"
[
${
ANDROID_ABI
}
=
"armeabi"
-a
-z
"
${
NO_ARMV6
}
"
]
&&
add_make_enabled
"HAVE_ARMV6"
[
${
ANDROID_ABI
}
=
"armeabi"
-a
-z
"
${
NO_ARMV6
}
"
]
&&
add_make_enabled
"HAVE_ARMV6"
}
}
...
@@ -250,6 +252,9 @@ case "${OS}" in
...
@@ -250,6 +252,9 @@ case "${OS}" in
*
arm
*
)
*
arm
*
)
add_make
"PLATFORM_SHORT_ARCH := arm"
add_make
"PLATFORM_SHORT_ARCH := arm"
;;
;;
*
arm64
*
)
add_make
"PLATFORM_SHORT_ARCH := arm64"
;;
*
i686
*
)
*
i686
*
)
add_make
"PLATFORM_SHORT_ARCH := x86"
add_make
"PLATFORM_SHORT_ARCH := x86"
;;
;;
...
...
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