Mercurial > mplayer.hg
diff Makefile @ 36463:c6843e5bf166
libao2: Add sndio audio output module.
Patch by Alexandre Ratchov [alex caoua org].
author | reimar |
---|---|
date | Tue, 31 Dec 2013 15:30:49 +0000 |
parents | 95be7d60ca9b |
children | 89c6bf8bea6b |
line wrap: on
line diff
--- a/Makefile Sun Dec 22 20:36:52 2013 +0000 +++ b/Makefile Tue Dec 31 15:30:49 2013 +0000 @@ -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