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
a0389655
Commit
a0389655
authored
Aug 13, 2013
by
Sébastien Toque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
only touch .zlib if it's not already there
parent
ca3bc651
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
compile.sh
compile.sh
+1
-1
No files found.
compile.sh
View file @
a0389655
...
...
@@ -207,7 +207,7 @@ export VLC_EXTRA_CFLAGS="${EXTRA_CFLAGS}"
make fetch
# We already have zlib available
mkdir
-p
zlib
;
touch
.zlib
[
-e
.zlib
]
||
(
mkdir
-p
zlib
;
touch
.zlib
)
make
$MAKEFLAGS
cd
../..
&&
mkdir
-p
android
&&
cd
android
...
...
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