summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index e22c3e482a..5850cf7c41 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -144,7 +144,9 @@ vo_functions_t* video_out_drivers[] =
&video_out_xover,
#endif
#ifdef HAVE_GL
- &video_out_gl,
+ #ifndef GL_WIN32
+ &video_out_gl,
+ #endif
&video_out_gl2,
#endif
#ifdef HAVE_DGA