summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@mplayer2.org>2012-04-27 11:26:04 +0200
committerUoti Urpala <uau@mplayer2.org>2012-05-06 17:57:44 +0300
commitcd21ce3779d40e36ac2b49811679e30cc07ed357 (patch)
tree99a9e52c82ffbe0712d713050edd4668123b65b7 /Makefile
parentbb908027178fe8bfd7d6e3fc255dea8c5051cd4a (diff)
downloadmpv-cd21ce3779d40e36ac2b49811679e30cc07ed357.tar.bz2
mpv-cd21ce3779d40e36ac2b49811679e30cc07ed357.tar.xz
ao_portaudio: add new PortAudio audio output driver
This AO has potential to be useful on platforms other than Linux. On Windows in particular, PortAudio can make use of newer/better audio APIs like WASAPI, instead of DirectSound. As an implementation choice, the PortAudio callback API was used. The blocking API might be a better match for mplayer's requirements, but caused severe problems on Linux/ALSA (possibly PortAudio bugs).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5877335363..8fbd084e57 100644
--- a/Makefile
+++ b/Makefile
@@ -468,6 +468,7 @@ SRCS_MPLAYER-$(OPENAL) += libao2/ao_openal.c
SRCS_MPLAYER-$(OSS) += libao2/ao_oss.c
SRCS_MPLAYER-$(PNM) += libvo/vo_pnm.c
SRCS_MPLAYER-$(PULSE) += libao2/ao_pulse.c
+SRCS_MPLAYER-$(PORTAUDIO) += libao2/ao_portaudio.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