From ae1496e7df46e632d32d0c85b20c96125f22fdbb Mon Sep 17 00:00:00 2001 From: faust3 Date: Fri, 19 Sep 2003 14:33:51 +0000 Subject: vo_gl2 port to win32 patch by Tristan Seligmann git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10881 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/video_out.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libvo/video_out.c') 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 -- cgit v1.2.3