[MPlayer-cvslog] CVS: main/libvo video_out.c,1.99,1.100
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Sat Aug 6 15:38:02 CEST 2005
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv8732/libvo
Modified Files:
video_out.c
Log Message:
Forgot to actually enable vo_gl on Windows...
Index: video_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- video_out.c 20 Jun 2005 23:07:35 -0000 1.99
+++ video_out.c 6 Aug 2005 13:38:00 -0000 1.100
@@ -173,9 +173,7 @@
&video_out_xover,
#endif
#ifdef HAVE_GL
- #ifndef GL_WIN32
&video_out_gl,
- #endif
&video_out_gl2,
#endif
#ifdef HAVE_DGA
More information about the MPlayer-cvslog
mailing list