comparison configure @ 23462:77cd8d54694a

protect _vidix_drivers variable, allowing --with-vidix-driver option to actually handle more than one driver
author ben
date Tue, 05 Jun 2007 18:35:34 +0000
parents e43369ba24e0
children f397d66f6004
comparison
equal deleted inserted replaced
23461:b820433922b4 23462:77cd8d54694a
7231 7231
7232 if test "$_vidix" = yes ; then 7232 if test "$_vidix" = yes ; then
7233 _def_vidix='#define CONFIG_VIDIX 1' 7233 _def_vidix='#define CONFIG_VIDIX 1'
7234 _vosrc="$_vosrc vo_cvidix.c" 7234 _vosrc="$_vosrc vo_cvidix.c"
7235 _vomodules="cvidix $_vomodules" 7235 _vomodules="cvidix $_vomodules"
7236 test $_vidix_drivers || _vidix_drivers="cyberblade ivtv mach64 mga mga_crtc2 nvidia pm2 pm3 radeon rage128 savage sis unichrome" 7236 test "$_vidix_drivers" || _vidix_drivers="cyberblade ivtv mach64 mga mga_crtc2 nvidia pm2 pm3 radeon rage128 savage sis unichrome"
7237 test $_ivtv = "yes" || _vidix_drivers=`echo $_vidix_drivers | sed s/ivtv//` 7237 test $_ivtv = "yes" || _vidix_drivers=`echo $_vidix_drivers | sed s/ivtv//`
7238 7238
7239 for driver in $_vidix_drivers ; do 7239 for driver in $_vidix_drivers ; do
7240 uc_driver=`echo $driver | tr [a-z] [A-Z]` 7240 uc_driver=`echo $driver | tr [a-z] [A-Z]`
7241 eval _vidix_drv_${driver}=yes 7241 eval _vidix_drv_${driver}=yes