Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libvlcjni
Manage
Activity
Members
Labels
Plan
Issues
11
Issue boards
Milestones
Wiki
Code
Merge requests
12
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
libvlcjni
Merge requests
!72
Bump vlc hash
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Bump vlc hash
Aza/libvlcjni:bump_vlc4
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Nicolas Pomepuy
requested to merge
Aza/libvlcjni:bump_vlc4
into
master
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
d7851e7d
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
buildsystem/get-vlc.sh
+
1
−
1
Options
@@ -69,7 +69,7 @@ done
# Fetch VLC source #
####################
VLC_TESTED_HASH
=
7b115a86e8a7bf8be7fe75dfb78964841d1dde89
VLC_TESTED_HASH
=
158b9c7f733ce13ed5dbe5186020bfe871c3598f
VLC_REPOSITORY
=
https://code.videolan.org/videolan/vlc.git
VLC_BRANCH
=
master
if
[
!
-d
"vlc"
]
;
then
Loading