Eugene V. Lyubimkin, le Sat 02 Apr 2011 22:11:03 +0300, a écrit :
> Here's that line: 'if((err = 
> snd_mixer_selem_set_playback_volume_range(pcm_element, 0, 100)) < 0)'
> 
> On kfreebsd-* arches, qmmp builds against liboss-salsa-dev since it
> provides libasound2-dev. And compiler says the function
> 'snd_mixer_selem_set_playback_volume_range' returns 'void', but it should
> return 'int' [1].
> 
> [1]
> http://www.alsa-project.org/alsa-doc/alsa-lib/group___simple_mixer.html#g8b91bb96612ab8bda275b882fac4db0c

Mmm, so alsa changed the prototype...

Patching the 1.0.5 alsa headers won't actually fix the
FTBFS anyway, since libsalsa does not actually provide the
snd_mixer_selem_set_playback_volume_range function yet, so this will
have to wait for upstream libsalsa improvement. This will probably not
happen anytime soon, so qmmp should disable alsa support on non-linux (I
see that it has oss support, so it should be fine).

Samuel



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to