diff configure @ 11017:afdf982f0673

consolevidix -> cvidix
author faust3
date Sun, 05 Oct 2003 15:34:40 +0000
parents 48b7d7aa444d
children 4615efd936c7
line wrap: on
line diff
--- a/configure	Sun Oct 05 14:25:04 2003 +0000
+++ b/configure	Sun Oct 05 15:34:40 2003 +0000
@@ -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"
-else
-  _novomodules="consolevidix $_novomodules"
+  _vosrc="$_vosrc vo_cvidix.c"
+  _vomodules="cvidix $_vomodules"
+else
+  _novomodules="cvidix $_novomodules"
 fi
 if test "$_vidix" = yes && (cygwin || mingw32); then
   _vosrc="$_vosrc vo_winvidix.c"