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
e0606071
Commit
e0606071
authored
May 27, 2015
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update MVK to fix compilation for aarch64
parent
b28b9b4e
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 @
e0606071
...
...
@@ -12,7 +12,7 @@ CONFIGURATION="Release"
NONETWORK
=
no
SKIPLIBVLCCOMPILATION
=
no
TESTEDVLCKITHASH
=
d8dd9a92a9d483f
TESTEDVLCKITHASH
=
bc7775afa96
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