summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-01-25 00:30:28 +0100
committerwm4 <wm4@nowhere>2014-01-25 00:30:28 +0100
commitfd1f8ed49013f6cbd97c6cb4f2663a424e2acbb8 (patch)
treef6cc91e1435b13d98ac49712e71d85758556328c /wscript
parentbb54cf9559985e166a8d9ae7171c90dd87d7d97a (diff)
downloadmpv-fd1f8ed49013f6cbd97c6cb4f2663a424e2acbb8.tar.bz2
mpv-fd1f8ed49013f6cbd97c6cb4f2663a424e2acbb8.tar.xz
waf: rename --enable-sdl to --enable-sdl1
Grossly misleading.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index b76e547572..0864977056 100644
--- a/wscript
+++ b/wscript
@@ -406,7 +406,7 @@ audio_output_features = [
'func': check_pkg_config('sdl2'),
'default': 'disable'
}, {
- 'name': '--sdl',
+ 'name': '--sdl1',
'desc': 'SDL (1.x)',
'deps_neg': [ 'sdl2' ],
'func': check_pkg_config('sdl'),