summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Kristian Arntzen <maister@archlinux.us>2011-06-24 15:56:43 +0200
committerUoti Urpala <uau@mplayer2.org>2011-06-26 06:19:42 +0300
commit48e85562982aee72f055b5ca523ff73bfe34cc43 (patch)
treeb46e078c3b0d84cc7a9f1d45d17add6e44d18291 /Makefile
parent12843385feb1da0d44c4b9357cb635077feaba29 (diff)
downloadmpv-48e85562982aee72f055b5ca523ff73bfe34cc43.tar.bz2
mpv-48e85562982aee72f055b5ca523ff73bfe34cc43.tar.xz
ao_rsound: add new RSound audio output driver
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1b0b68c719..51c522aeb0 100644
--- a/Makefile
+++ b/Makefile
@@ -490,6 +490,7 @@ SRCS_MPLAYER-$(OSS) += libao2/ao_oss.c
SRCS_MPLAYER-$(PNM) += libvo/vo_pnm.c
SRCS_MPLAYER-$(PULSE) += libao2/ao_pulse.c
SRCS_MPLAYER-$(QUARTZ) += libvo/vo_quartz.c libvo/osx_common.c
+SRCS_MPLAYER-$(RSOUND) += libao2/ao_rsound.c
SRCS_MPLAYER-$(S3FB) += libvo/vo_s3fb.c
SRCS_MPLAYER-$(SDL) += libao2/ao_sdl.c libvo/vo_sdl.c libvo/sdl_common.c
SRCS_MPLAYER-$(SGIAUDIO) += libao2/ao_sgi.c