summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-09-19 14:33:51 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-09-19 14:33:51 +0000
commitae1496e7df46e632d32d0c85b20c96125f22fdbb (patch)
tree1f3aa07c98da0ff78fa8761d8b5da5b34e62e7da /libvo/video_out.c
parent5b40cac6ba7d21bd2c1b924ed085cfead697d27f (diff)
downloadmpv-ae1496e7df46e632d32d0c85b20c96125f22fdbb.tar.bz2
mpv-ae1496e7df46e632d32d0c85b20c96125f22fdbb.tar.xz
vo_gl2 port to win32 patch by Tristan Seligmann <mithrandi-mplayer-dev-eng at mithrandi.za.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10881 b3059339-0415-0410-9bf9-f77b7e298cf2
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