Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLCKit
Manage
Activity
Members
Labels
Plan
Issues
121
Issue boards
Milestones
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLCKit
Merge requests
!13
buildscript: Bump libvlc hash
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
buildscript: Bump libvlc hash
tguillem/VLCKit:3.0-buildscript-update
into
3.0
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Thomas Guillem
requested to merge
tguillem/VLCKit:3.0-buildscript-update
into
3.0
5 years ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
This include last audio fixes.
Fixes
#344
1
0
Merge request reports
Compare
3.0
version 1
e020ed49
5 years ago
3.0 (base)
and
latest version
latest version
8dc34371
1 commit,
5 years ago
version 1
e020ed49
1 commit,
5 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
buildMobileVLCKit.sh
+
1
−
1
Options
@@ -25,7 +25,7 @@ OSVERSIONMINLDFLAG=ios
ROOT_DIR
=
empty
FARCH
=
"all"
TESTEDHASH
=
"
dedb3bda998ca2d56960f6f4d3bccd5e643e28e3
"
# libvlc hash that this version of VLCKit is build on
TESTEDHASH
=
"
e2b5eb9b880380448587b32546a279497d626d96
"
# libvlc hash that this version of VLCKit is build on
if
[
-z
"
$MAKE_JOBS
"
]
;
then
CORE_COUNT
=
`
sysctl
-n
machdep.cpu.core_count
`
Loading