[Mplayer-cvslog] CVS: main configure,1.779,1.780

Sascha Sommer CVS faust3 at mplayerhq.hu
Sun Oct 5 17:35:15 CEST 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv18633

Modified Files:
	configure 
Log Message:
consolevidix -> cvidix

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.779
retrieving revision 1.780
diff -u -r1.779 -r1.780
--- configure	4 Oct 2003 23:06:04 -0000	1.779
+++ configure	5 Oct 2003 15:34:40 -0000	1.780
@@ -5545,10 +5545,10 @@
 _def_vidix='#define CONFIG_VIDIX 1'
 test "$_vidix" = no && _def_vidix='#undef CONFIG_VIDIX'
 if test "$_vidix" = yes; then
-  _vosrc="$_vosrc vo_consolevidix.c"
-  _vomodules="consolevidix $_vomodules"
+  _vosrc="$_vosrc vo_cvidix.c"
+  _vomodules="cvidix $_vomodules"
 else
-  _novomodules="consolevidix $_novomodules"
+  _novomodules="cvidix $_novomodules"
 fi
 if test "$_vidix" = yes && (cygwin || mingw32); then
   _vosrc="$_vosrc vo_winvidix.c"



More information about the MPlayer-cvslog mailing list