From 4583bd8cc7bf538bce424983d49729c934d13a53 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 28 Mar 2020 20:54:31 +0100 Subject: 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. --- wscript | 4 ---- 1 file changed, 4 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 12edcbf4c7..ccfed67648 100644 --- a/wscript +++ b/wscript @@ -444,10 +444,6 @@ audio_output_features = [ 'desc': 'OSS', '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', -- cgit v1.2.3