[Mplayer-cvslog] CVS: main configure,1.775,1.776
Sascha Sommer CVS
faust3 at mplayerhq.hu
Thu Oct 2 16:25:55 CEST 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv19622
Modified Files:
configure
Log Message:
new vidix vo modules for textmode console and windows
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.775
retrieving revision 1.776
diff -u -r1.775 -r1.776
--- configure 26 Sep 2003 18:07:47 -0000 1.775
+++ configure 2 Oct 2003 14:25:26 -0000 1.776
@@ -5418,6 +5418,18 @@
# TODO cleanup the VIDIX stuff here
_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"
+else
+ _novomodules="consolevidix $_novomodules"
+fi
+if test "$_vidix" = yes && (cygwin || mingw32); then
+ _vosrc="$_vosrc vo_winvidix.c"
+ _vomodules="winvidix $_vomodules"
+else
+ _novomodules="winvidix $_novomodules"
+fi
if test "$_vidix" = yes && test "$_x11" = yes; then
_vosrc="$_vosrc vo_xvidix.c"
_vomodules="xvidix $_vomodules"
More information about the MPlayer-cvslog
mailing list