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
742aeb6b
Commit
742aeb6b
authored
Jan 27, 2012
by
Edward Wang
Committed by
Jean-Baptiste Kempf
Jan 28, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document HAS_NDK_V7
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
56f95672
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 @
742aeb6b
...
...
@@ -10,6 +10,10 @@
# export NO_NEON=1
# make sure it is set for both the contribs bootstrap next and the configure.sh later.
# Also, if you do not have NDK v7 or later, then set HAS_NDK_V7 to 0 in vlc-android/jni/Android.mk:10
# to prevent this error message in your compile:
# arm-linux-androideabi-g++: /opt/android-ndk/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/libgnustl_static.a: No such file or directory
if
[
-z
"
$ANDROID_NDK
"
-o
-z
"
$ANDROID_SDK
"
]
;
then
echo
"You must define ANDROID_NDK and ANDROID_SDK before starting."
echo
"They must point to your NDK and SDK directories."
...
...
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