Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Casanowow Life for love
VLC-Android
Commits
39fb03e9
Commit
39fb03e9
authored
Sep 30, 2011
by
Jean-Baptiste Kempf
Browse files
Install.sh: Don't fetch the libs all the time :D
parent
82bbefaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
install.sh
View file @
39fb03e9
...
...
@@ -20,10 +20,12 @@ export ANDROID_SYS_HEADERS=${PWD}/android-headers
echo
"Fetching Android libraries for linking"
# Libraries from any froyo/gingerbread device/emulator should work
# fine, since the symbols used should be available on most of them.
wget http://download.cyanogenmod.com/get/update-cm-7.0.3-N1-signed.zip
unzip update-cm-7.0.3-N1-signed.zip system/lib/
*
mv
system/lib android-libs
rmdir
system
if
[
!
-f
"update-cm-7.0.3-N1-signed.zip"
]
;
then
wget http://download.cyanogenmod.com/get/update-cm-7.0.3-N1-signed.zip
unzip update-cm-7.0.3-N1-signed.zip system/lib/
*
mv
system/lib android-libs
rmdir
system
fi
export
ANDROID_LIBS
=
${
PWD
}
/android-libs
echo
"Cloning and updating VLC"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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