summaryrefslogtreecommitdiffstats
path: root/video/out/vo_opengl.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_opengl.c')
-rw-r--r--video/out/vo_opengl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_opengl.c b/video/out/vo_opengl.c
index e41163be9c..7c287efc7c 100644
--- a/video/out/vo_opengl.c
+++ b/video/out/vo_opengl.c
@@ -395,7 +395,7 @@ static int preinit(struct vo *vo)
vo_flags |= VOFLAG_GLES;
if (p->allow_sw)
- vo->probing = false;
+ vo_flags |= VOFLAG_SW;
p->glctx = mpgl_init(vo, p->backend, vo_flags);
if (!p->glctx)