summaryrefslogtreecommitdiffstats
path: root/video/out/vo_sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_sdl.c')
-rw-r--r--video/out/vo_sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_sdl.c b/video/out/vo_sdl.c
index ec4cc97ca0..e708b3afc6 100644
--- a/video/out/vo_sdl.c
+++ b/video/out/vo_sdl.c
@@ -1035,7 +1035,7 @@ const struct vo_driver video_out_sdl = {
.renderer_index = -1
},
.options = (const struct m_option []){
- OPT_FLAG_ON("sw", allow_sw, 0),
+ OPT_FLAG("sw", allow_sw, 0),
{NULL}
},
.preinit = preinit,