[Mplayer-cvslog] CVS: main configure,1.919,1.920

Reimar Döffinger CVS syncmail at mplayerhq.hu
Sun Oct 17 15:28:25 CEST 2004


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv15438

Modified Files:
	configure 
Log Message:
added gl_common for code used by both vo_gl.c and vo_gl2.c.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.919
retrieving revision 1.920
diff -u -r1.919 -r1.920
--- configure	12 Oct 2004 21:00:32 -0000	1.919
+++ configure	17 Oct 2004 13:28:22 -0000	1.920
@@ -3526,9 +3526,9 @@
   _def_gl='#define HAVE_GL 1'
   if test "$_gl_win32" = yes ; then
     _def_gl_win32='#define GL_WIN32 1' 
-    _vosrc="$_vosrc vo_gl2.c w32_common.c"
+    _vosrc="$_vosrc vo_gl2.c w32_common.c gl_common.c"
   else
-    _vosrc="$_vosrc vo_gl.c vo_gl2.c"
+    _vosrc="$_vosrc vo_gl.c vo_gl2.c gl_common.c"
   fi
   _vomodules="opengl $_vomodules"
 else




More information about the MPlayer-cvslog mailing list