[Mplayer-cvslog] CVS: main/libvo vo_gl2.c,1.49,1.50
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Thu Jul 22 21:07:15 CEST 2004
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv26333
Modified Files:
vo_gl2.c
Log Message:
fix for people experimenting with GUI under windows
Index: vo_gl2.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_gl2.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- vo_gl2.c 17 Jul 2004 14:18:29 -0000 1.49
+++ vo_gl2.c 22 Jul 2004 19:07:13 -0000 1.50
@@ -872,7 +872,7 @@
aspect(&d_width,&d_height,A_NOZOOM);
-#ifdef HAVE_NEW_GUI
+#if defined(HAVE_NEW_GUI) && !defined(GL_WIN32)
if (use_gui) {
if (config_glx_gui(d_width, d_height) == -1)
return -1;
More information about the MPlayer-cvslog
mailing list