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
VideoLAN
VLC-Android
Commits
c78c9499
Commit
c78c9499
authored
Feb 05, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build :)
parent
b2716092
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
16 deletions
+17
-16
compile-libvlc.sh
compile-libvlc.sh
+17
-16
No files found.
compile-libvlc.sh
View file @
c78c9499
...
...
@@ -88,22 +88,6 @@ else
HAVE_ARM
=
1
fi
SYSROOT
=
$ANDROID_NDK
/platforms/
$ANDROID_API
/arch-
$PLATFORM_SHORT_ARCH
SRC_DIR
=
$PWD
###############
# DISPLAY ABI #
###############
echo
"ABI:
$ANDROID_ABI
"
echo
"SYSROOT:
$SYSROOT
"
if
[
!
-z
"
$NO_FPU
"
]
;
then
echo
"FPU: NO"
fi
if
[
!
-z
"
$ARMV5
"
]
;
then
echo
"ARMv5: YES"
fi
# try to detect NDK version
REL
=
$(
grep
-o
'^r[0-9]*.*'
$ANDROID_NDK
/RELEASE.TXT 2>/dev/null|cut
-b2-
)
case
"
$REL
"
in
...
...
@@ -122,6 +106,23 @@ case "$REL" in
;;
esac
SYSROOT
=
$ANDROID_NDK
/platforms/
$ANDROID_API
/arch-
$PLATFORM_SHORT_ARCH
SRC_DIR
=
$PWD
###############
# DISPLAY ABI #
###############
echo
"ABI:
$ANDROID_ABI
"
echo
"API:
$ANDROID_API
"
echo
"SYSROOT:
$SYSROOT
"
if
[
!
-z
"
$NO_FPU
"
]
;
then
echo
"FPU: NO"
fi
if
[
!
-z
"
$ARMV5
"
]
;
then
echo
"ARMv5: YES"
fi
# Make in //
if
[
-z
"
$MAKEFLAGS
"
]
;
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