diff configure @ 10979:ea4426db0db5

new vidix vo modules for textmode console and windows
author faust3
date Thu, 02 Oct 2003 14:25:52 +0000
parents c4634177933a
children 6e35326c742f
line wrap: on
line diff
--- a/configure	Thu Oct 02 14:13:52 2003 +0000
+++ b/configure	Thu Oct 02 14:25:52 2003 +0000
@@ -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"