[Mplayer-cvslog] CVS: main/libao2 ao_sun.c,1.20,1.21

Dominik Mierzejewski dominik at rangers.eu.org
Mon Oct 7 20:47:06 CEST 2002


On Monday, 07 October 2002, Jürgen Keil wrote:
[...]
> Index: ao_sun.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/libao2/ao_sun.c,v
> retrieving revision 1.20
> retrieving revision 1.21
> diff -u -r1.20 -r1.21
> --- ao_sun.c	16 Sep 2002 19:46:02 -0000	1.20
> +++ ao_sun.c	7 Oct 2002 18:42:31 -0000	1.21
> @@ -10,6 +10,12 @@
>  #include <sys/types.h>
>  #include <sys/stat.h>
>  #include <sys/audioio.h>
> +#ifdef	AUDIO_SWFEATURE_MIXER	/* solaris8 or newer? */
> +# define HAVE_SYS_MIXER_H 1
> +#endif
> +#if	HAVE_SYS_MIXER_H
> +# include <sys/mixer.h>
> +#endif

Shouldn't this kind of stuff be handled by ./configure?

-- 
MPlayer RPMs maintainer: http://www.piorunek.pl/~dominik/linux/pkgs/mplayer/
"The Universe doesn't give you any points for doing things that are easy."
        -- Sheridan to Garibaldi in Babylon 5:"The Geometry of Shadows"



More information about the MPlayer-cvslog mailing list