summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-08 15:00:37 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-08 15:00:37 +0000
commit01d52892036af77202db76fe86e808453d554533 (patch)
tree7925e3d4848751ca488e8e5499142ee8b216143c /libvo/vo_gl.c
parent4ccabac9ba908ff32f113ff74b0186bfdf69522d (diff)
downloadmpv-01d52892036af77202db76fe86e808453d554533.tar.bz2
mpv-01d52892036af77202db76fe86e808453d554533.tar.xz
Improve windows gui support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18954 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_gl.c')
-rw-r--r--libvo/vo_gl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index 36142063ad..efce669724 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -334,7 +334,9 @@ config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uin
vo_dwidth = d_width;
vo_dheight= d_height;
guiGetEvent(guiSetShVideo, 0);
+#ifndef GL_WIN32
goto glconfig;
+#endif
}
#endif
#ifdef GL_WIN32