Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
affcbabe
Commit
affcbabe
authored
Jun 20, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alsa-lib 1.0.24 is not out yet, so refer to exact commitdiff
parent
8b5694db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
NEWS
NEWS
+2
-1
modules/audio_output/alsa.c
modules/audio_output/alsa.c
+1
-1
No files found.
NEWS
View file @
affcbabe
...
...
@@ -2,7 +2,8 @@ Changes between 1.0.5 and 1.1.0-rc4:
------------------------------------
Important changes for users:
* On Linux, known bugs in the ALSA library might prevent audio output.
Update to alsa-lib 1.0.24 or later, or use the PulseAudio output instead.
Update to alsa-lib v1.0.23-2-g8d80d5f or later, or use the libpulse audio
output plugin instead of the ALSA one (if you have PulseAudio).
Important changes for packagers:
* The module cache has moved to ${libdir}/vlc/. The module cache can now be
...
...
modules/audio_output/alsa.c
View file @
affcbabe
...
...
@@ -291,7 +291,7 @@ static void Probe( aout_instance_t * p_aout,
var_SetBool
(
p_aout
->
p_libvlc
,
"alsa-broken"
,
true
);
dialog_Fatal
(
p_aout
,
"Potential ALSA version problem"
,
"VLC failed to initialize your sound output device (if any).
\n
"
"Please update alsa-lib to version 1.0.2
4
or higher "
"Please update alsa-lib to version 1.0.2
3-2-g8d80d5f
or higher "
"to try to fix this issue."
);
}
#endif
...
...
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