[MPlayer-cvslog] CVS: main/libao2 ao_alsa.c,1.34,1.35
Ivo
ivop at euronet.nl
Thu Mar 30 16:10:32 CEST 2006
Hi,
On Thursday 30 March 2006 14:22, Clemens Ladisch wrote:
> Ivo wrote:
> > On Monday 13 February 2006 12:43, Clemens Ladisch CVS wrote:
> > > +++ ao_alsa.c 13 Feb 2006 11:43:25 -0000 1.35
> > > ...
> > > + if ((err = snd_pcm_sw_params_get_boundary(alsa_swparams,
> > > &boundary)) < 0)
> >
> > This breaks linking on my system, because
> > snd_pcm_sw_params_get_boundary() is missing.
>
> This function should exist since the first release of the ALSA library.
> Which version are you using?
0.9.0rc7. This version came with Mandrake 9.1, which was the basis for this
machine years ago (I upgraded various parts manually over the years).
I suppose with "since the first release" you mean since version 1.0 ?
I just peeked at configure, and it checks whether there is 0.9 or 1.0 on the
system. So maybe we should do #if HAVE_ALSA1X instead of #if SND_LIB_MAJOR
>= 1 ?
I could also disable alsa at configure time, because I hardly ever use it
anyway, but I doubt I am the only one that still has alsa 0.9 installed.
--Ivo
More information about the MPlayer-cvslog
mailing list