summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
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')