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
!34
MediaPlayer: rework audio output selection
代码
评审变更
检出分支
下载
补丁
文本差异
Merged
MediaPlayer: rework audio output selection
tguillem/libvlcjni:player-audio-clean
into
master
Overview
1
Commits
8
Pipelines
4
Changes
12
Merged
Thomas Guillem
requested to merge
tguillem/libvlcjni:player-audio-clean
into
master
2 years ago
Overview
1
Commits
8
Pipelines
4
Changes
12
Expand
0
0
Merge request reports
Compare
master
version 2
b9b44c83
2 years ago
version 1
c517c86e
2 years ago
master (base)
and
latest version
latest version
e4b4ba27
8 commits,
2 years ago
version 2
b9b44c83
7 commits,
2 years ago
version 1
c517c86e
4 commits,
2 years ago
12 files
+
47
−
235
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
buildsystem/get-vlc.sh
+
1
−
1
Options
@@ -67,7 +67,7 @@ done
# Fetch VLC source #
####################
VLC_TESTED_HASH
=
488ee616e5c94e516563095c6b3ac3a85cf72871
VLC_TESTED_HASH
=
6752d97062d38f79967411d74e194d7dceefdb7f
VLC_REPOSITORY
=
https://code.videolan.org/videolan/vlc.git
VLC_BRANCH
=
master
if
[
!
-d
"vlc"
]
;
then
Loading