summaryrefslogtreecommitdiffstats
path: root/old-makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-29 18:53:12 +0100
committerwm4 <wm4@nowhere>2014-12-29 18:53:12 +0100
commit40755180113ac58cd98fb0f6758c1466e56d5f94 (patch)
tree1920c6bfd404c57d05c97f11f1e2bfb0efba994c /old-makefile
parentadeada149b8692a29c2814f186fadb4d8313be41 (diff)
downloadmpv-40755180113ac58cd98fb0f6758c1466e56d5f94.tar.bz2
mpv-40755180113ac58cd98fb0f6758c1466e56d5f94.tar.xz
ao_portaudio: remove this audio output
It's just completely useless. We have good native support for all 3 desktop platforms, and ao_sdl or ao_openal as fallbacks.
Diffstat (limited to 'old-makefile')
-rw-r--r--old-makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/old-makefile b/old-makefile
index a9432ed2c2..88a629bdf0 100644
--- a/old-makefile
+++ b/old-makefile
@@ -81,7 +81,6 @@ SOURCES-$(LIRC) += input/lirc.c
SOURCES-$(OPENAL) += audio/out/ao_openal.c
SOURCES-$(OSS_AUDIO) += audio/out/ao_oss.c
SOURCES-$(PULSE) += audio/out/ao_pulse.c
-SOURCES-$(PORTAUDIO) += audio/out/ao_portaudio.c
SOURCES-$(RSOUND) += audio/out/ao_rsound.c
SOURCES-$(SNDIO) += audio/out/ao_sndio.c
SOURCES-$(VDPAU) += video/vdpau.c video/vdpau_mixer.c \