[vlc-commits] commit: alsa-lib 1.0.24 is not out yet, so refer to exact commitdiff ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Sun Jun 20 06:05:40 CEST 2010


vlc/vlc-1.1 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jun 20 07:07:15 2010 +0300| [affcbabe1553aa0de7cd499c1850847ec640c172] | committer: Rémi Denis-Courmont 

alsa-lib 1.0.24 is not out yet, so refer to exact commitdiff

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=affcbabe1553aa0de7cd499c1850847ec640c172
---

 NEWS                        |    3 ++-
 modules/audio_output/alsa.c |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index abd8ff8..4756040 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/modules/audio_output/alsa.c b/modules/audio_output/alsa.c
index ffb1c80..dc48b91 100644
--- a/modules/audio_output/alsa.c
+++ b/modules/audio_output/alsa.c
@@ -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.24 or higher "
+                "Please update alsa-lib to version 1.0.23-2-g8d80d5f or higher "
                 "to try to fix this issue." );
         }
 #endif



More information about the vlc-commits mailing list