summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-03-28 20:54:31 +0100
committerwm4 <wm4@nowhere>2020-03-28 20:59:00 +0100
commit4583bd8cc7bf538bce424983d49729c934d13a53 (patch)
tree27f0ef4cc35623287eddced48cf561758c4be6da /wscript
parent71d218eae4b4d93ada34ff74906f71ad359c84bc (diff)
downloadmpv-4583bd8cc7bf538bce424983d49729c934d13a53.tar.bz2
mpv-4583bd8cc7bf538bce424983d49729c934d13a53.tar.xz
ao_rsound: remove this audio output
I wonder what this even is. I've never heard of anyone using it, and can't find a corresponding library that actually builds with it. Good enough to remove.
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/wscript b/wscript
index 12edcbf4c7..ccfed67648 100644
--- a/wscript
+++ b/wscript
@@ -445,10 +445,6 @@ audio_output_features = [
'func': check_cc(header_name='sys/soundcard.h'),
'deps': 'posix && gpl',
}, {
- 'name': '--rsound',
- 'desc': 'RSound audio output',
- 'func': check_statement('rsound.h', 'rsd_init(NULL)', lib='rsound')
- }, {
'name': '--pulse',
'desc': 'PulseAudio audio output',
'func': check_pkg_config('libpulse', '>= 1.0')