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
VideoLAN
VLC-iOS
Commits
54d16709
Commit
54d16709
authored
May 25, 2013
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build script: fetch a tested commit instead vlc.git's HEAD to stabilize the code
parent
45d649e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
buildAspenProject.sh
buildAspenProject.sh
+2
-0
No files found.
buildAspenProject.sh
View file @
54d16709
...
...
@@ -9,6 +9,7 @@ SDK=iphoneos6.1
SDK_MIN
=
5.1
VERBOSE
=
no
CONFIGURATION
=
"Release"
TESTEDHASH
=
effa2ea1f
usage
()
{
...
...
@@ -116,6 +117,7 @@ if ! [ -e vlc ]; then
git clone git://git.videolan.org/vlc.git
info
"Applying patches to vlc.git"
cd
vlc
git checkout
${
TESTEDHASH
}
git am ../../patches/
*
.patch
if
[
$?
-ne
0
]
;
then
git am
--abort
...
...
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