Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Casanowow Life for love
VLC-Android
Commits
6814d871
Commit
6814d871
authored
Jan 24, 2012
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
compile.sh
compile.sh
+4
-0
No files found.
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
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