Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
635bf321
Commit
635bf321
authored
May 10, 2012
by
Philipp Dreimann
Committed by
Sébastien Toque
May 10, 2012
Browse files
fix compile.sh's first run
Signed-off-by:
Sébastien Toque
<
xilasz@gmail.com
>
parent
8d14def0
Changes
1
Hide whitespace changes
Inline
Side-by-side
compile.sh
View file @
635bf321
...
...
@@ -44,9 +44,9 @@ TESTED_HASH=5069692bfb
if
[
!
-d
"vlc"
]
;
then
echo
"VLC source not found, cloning"
git clone git://git.videolan.org/vlc.git vlc
cd
vlc
git checkout
-B
android
${
TESTED_HASH
}
echo
"Applying the patches"
cd
vlc
git am ../patches/
*
.patch
else
echo
"VLC source found"
...
...
Write
Preview
Supports
Markdown
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