[Pkg-alsa-devel] Bug#595252: Bug#595252: Bug#595252: Bug#595252: libasound2: Please include upstream patches to make setlocale() thread safe
Jérémy Coulon
jeremy.coulon at free.fr
Sat May 7 08:27:17 UTC 2011
Let's read the code....
in vlc-1.1.7/modules/audio_output/alsa.c :
#if (SND_LIB_VERSION <= 0x010017)
# warning Please update alsa-lib to version > 1.0.23.
in alsa-lib-1.0.23/include/alsa/version.h :
#define SND_LIB_MAJOR 1 /**< major number of library version */
#define SND_LIB_MINOR 0 /**< minor number of library version */
#define SND_LIB_SUBMINOR 23 /**< subminor number of library
version */
#define SND_LIB_EXTRAVER 1000000 /**< extra version number, used
mainly for betas */
/** library version */
#define SND_LIB_VERSION ((SND_LIB_MAJOR<<16)|\
(SND_LIB_MINOR<<8)|\
SND_LIB_SUBMINOR)
My alsa-lib version is exactly 1.0.23 (0x010017) but vlc requires a
version strictly greater than 1.0.23
My vlc version is 1.1.7-3 (up to date in wheezy/testing).
Pulseaudio is not installed.
Jérémy
Le 01/05/2011 09:02, Elimar Riesebieter a écrit :
> * Jérémy Coulon [110430 21:37 +0200]:
>> Maybe because libasound2-plugins is version 1.0.23-2 ?
> Why did you unstalled libasound2-plugins? Well, but that has nothing
> to do with your problem. The upstream patches must be applied to the
> alsa-libs and they are. The version number is only a number in that
> case and as such not really relevant.
>
> Keep your vlc up to date, stop pulseaudio and test again. More that
> that I can't advice you.
>
> Elimar
>
More information about the Pkg-alsa-devel
mailing list