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
dbd5dd0d
Commit
dbd5dd0d
authored
Feb 02, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No tabs in scripts, please.
parent
9232fc0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
compile.sh
compile.sh
+8
-9
No files found.
compile.sh
View file @
dbd5dd0d
...
...
@@ -28,7 +28,7 @@ if [ -z "$NO_NDK_V7" ]; then
# try to detect NDK version
REL
=
$(
grep
-iw
"r7"
$ANDROID_NDK
/RELEASE.TXT
)
if
[
-z
$REL
]
;
then
export
NO_NDK_V7
=
1
export
NO_NDK_V7
=
1
fi
fi
...
...
@@ -39,13 +39,13 @@ export PATH=${ANDROID_NDK}/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux
# 1/ libvlc, libvlccore and its plugins
if
[
!
-d
"vlc"
]
;
then
echo
"VLC source not found, cloning"
git clone git://git.videolan.org/vlc/vlc-2.0.git vlc
echo
"VLC source not found, cloning"
git clone git://git.videolan.org/vlc/vlc-2.0.git vlc
else
echo
"VLC source found, pulling from remote master"
pushd
vlc
>
/dev/null
git pull origin master
popd
>
/dev/null
echo
"VLC source found, pulling from remote master"
pushd
vlc
>
/dev/null
git pull origin master
popd
>
/dev/null
fi
echo
"Applying the patches"
...
...
@@ -75,8 +75,7 @@ make
cd
../..
&&
mkdir
-p
android
&&
cd
android
if
test
!
-s
"../configure"
then
if
test
!
-s
"../configure"
;
then
echo
"Bootstraping"
../bootstrap
fi
...
...
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