Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Casanowow Life for love
VLC-Android
Commits
6814d871
Commit
6814d871
authored
Jan 24, 2012
by
Martin Storsjö
Browse files
Add the NDK toolchain to the path
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
930825a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
compile.sh
View file @
6814d871
...
...
@@ -16,6 +16,10 @@ if [ -z "$ANDROID_NDK" -o -z "$ANDROID_SDK" ]; then
exit
1
fi
# Add the NDK toolchain to the PATH, needed both for contribs and for building
# stub libraries
export
PATH
=
${
ANDROID_NDK
}
/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin:
${
PATH
}
# 1/ libvlc, libvlccore and its plugins
if
[
!
-d
"vlc"
]
;
then
...
...
Write
Preview
Supports
Markdown
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