[MPlayer-cvslog] CVS: main configure,1.1035,1.1036
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
In directory mail:/var2/tmp/cvs-serv8732
Modified Files:
configure
Log Message:
Forgot to actually enable vo_gl on Windows...
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1035
retrieving revision 1.1036
diff -u -r1.1035 -r1.1036
--- configure 1 Aug 2005 20:16:55 -0000 1.1035
+++ configure 6 Aug 2005 13:37:59 -0000 1.1036
@@ -3805,11 +3805,10 @@
fi
if test "$_gl" = yes ; then
_def_gl='#define HAVE_GL 1'
+ _vosrc="$_vosrc vo_gl.c vo_gl2.c gl_common.c"
if test "$_gl_win32" = yes ; then
_def_gl_win32='#define GL_WIN32 1'
- _vosrc="$_vosrc vo_gl2.c w32_common.c gl_common.c"
- else
- _vosrc="$_vosrc vo_gl.c vo_gl2.c gl_common.c"
+ _vosrc="$_vosrc w32_common.c"
fi
_vomodules="opengl $_vomodules"
else
More information about the MPlayer-cvslog
mailing list