summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-02-12 18:02:35 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-02-13 17:45:29 -0800
commit1dcf511376545de7624863b76d7f30dc3bb44ac9 (patch)
tree565566201e57bd0979925a11449a33e73fa767c8 /wscript
parent02f9087de9103784a236f50d4b0990069ae9cf1e (diff)
downloadmpv-1dcf511376545de7624863b76d7f30dc3bb44ac9.tar.bz2
mpv-1dcf511376545de7624863b76d7f30dc3bb44ac9.tar.xz
build: drop support for SDL1
For some reason it was supported for ao_sdl because we've only used SDL1 API.
Diffstat (limited to 'wscript')
-rw-r--r--wscript6
1 files changed, 0 insertions, 6 deletions
diff --git a/wscript b/wscript
index eb0a6df636..49cb12a9c3 100644
--- a/wscript
+++ b/wscript
@@ -482,12 +482,6 @@ audio_output_features = [
'func': check_pkg_config('sdl2'),
'default': 'disable'
}, {
- 'name': '--sdl1',
- 'desc': 'SDL (1.x)',
- 'deps': '!sdl2',
- 'func': check_pkg_config('sdl'),
- 'default': 'disable'
- }, {
'name': '--oss-audio',
'desc': 'OSS',
'func': check_cc(header_name='sys/soundcard.h'),