summaryrefslogtreecommitdiffstats
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
parentbb54cf9559985e166a8d9ae7171c90dd87d7d97a (diff)
downloadmpv-fd1f8ed49013f6cbd97c6cb4f2663a424e2acbb8.tar.bz2
mpv-fd1f8ed49013f6cbd97c6cb4f2663a424e2acbb8.tar.xz
waf: rename --enable-sdl to --enable-sdl1
Grossly misleading.
-rw-r--r--wscript2
-rw-r--r--wscript_build.py2
2 files changed, 2 insertions, 2 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'),
diff --git a/wscript_build.py b/wscript_build.py
index 61b22d9dbd..7d5ecb0a76 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -141,7 +141,7 @@ def build(ctx):
( "audio/out/ao_portaudio.c", "portaudio" ),
( "audio/out/ao_pulse.c", "pulse" ),
( "audio/out/ao_rsound.c", "rsound" ),
- ( "audio/out/ao_sdl.c", "sdl" ),
+ ( "audio/out/ao_sdl.c", "sdl1" ),
( "audio/out/ao_sdl.c", "sdl2" ),
( "audio/out/ao_sndio.c", "sndio" ),
( "audio/out/ao_wasapi.c", "wasapi" ),