Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-iOS
Commits
9135e2e8
Commit
9135e2e8
authored
May 27, 2015
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update MVK to fix compilation
parent
76f92551
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
compileVLCforiOS.sh
compileVLCforiOS.sh
+3
-3
No files found.
compileVLCforiOS.sh
View file @
9135e2e8
...
...
@@ -12,7 +12,7 @@ CONFIGURATION="Release"
NONETWORK
=
no
SKIPLIBVLCCOMPILATION
=
no
TESTEDVLCKITHASH
=
d
3bfc4270ace
TESTEDVLCKITHASH
=
d
8dd9a92a9d483f
TESTEDMEDIALIBRARYKITHASH
=
73dea49ae657
usage
()
...
...
@@ -166,11 +166,11 @@ fi
if
!
[
-e
VLCKit
]
;
then
git clone git://git.videolan.org/vlc-bindings/VLCKit.git
cd
VLCKit
git reset
--hard
${
TESTEDVLCKITHASH
}
#
git reset --hard ${TESTEDVLCKITHASH}
cd
..
else
cd
VLCKit
git reset
--hard
${
TESTEDVLCKITHASH
}
#
git reset --hard ${TESTEDVLCKITHASH}
cd
..
fi
if
!
[
-e
GDrive
]
;
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