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
0cbc0606
Commit
0cbc0606
authored
Aug 09, 2013
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support NDK r9
parent
fcdd58f7
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 @
0cbc0606
...
...
@@ -15,6 +15,10 @@ fi
# try to detect NDK version
REL
=
$(
grep
-o
'^r[0-9]*.*'
$ANDROID_NDK
/RELEASE.TXT 2>/dev/null|cut
-b2-
)
case
"
$REL
"
in
9?
*
)
GCCVER
=
4.8
CXXSTL
=
"/"
${
GCCVER
}
;;
8?
*
)
# we don't use 4.4.3 because it doesn't handle threads correctly.
# TODO : clang?
...
...
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