[MPlayer-dev-eng] [PATCH] Add audio support for sndio API.

Reimar Döffinger Reimar.Doeffinger at gmx.de
Mon Dec 9 22:09:09 CET 2013


On Fri, Dec 06, 2013 at 12:40:20AM -0500, Brad Smith wrote:
> Index: Makefile
> ===================================================================
> --- Makefile	(revision 36533)
> +++ Makefile	(working copy)
> @@ -572,6 +572,7 @@
>                                   libvo/vo_sdl.c                         \
>                                   libvo/sdl_common.c
>  SRCS_MPLAYER-$(SGIAUDIO)      += libao2/ao_sgi.c
> +SRCS_MPLAYER-$(SNDIO)         += libao2/ao_sndio.c
>  SRCS_MPLAYER-$(SUNAUDIO)      += libao2/ao_sun.c
>  SRCS_MPLAYER-$(SVGA)          += libvo/vo_svga.c
>  SRCS_MPLAYER-$(TDFXFB)        += libvo/vo_tdfxfb.c

The patch misses a libao2/audio_out.c chunk, without that the ao
is never registered and thus can't be used.
I.e. the patch does not work at all as-is.


More information about the MPlayer-dev-eng mailing list