changeset 29387:0b25cce295e6

The ivtv vo driver and the ivtv VIDIX driver are unrelated; do not disable the VIDIX driver when the ivtv vo driver has been disabled. patch by Martin Dauskardt, martin.dauskardt gmx de
author diego
date Sun, 19 Jul 2009 17:03:28 +0000
parents 9ccfc57f0eff
children 91d8313a6d17
files configure
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Jul 19 10:26:48 2009 +0000
+++ b/configure	Sun Jul 19 17:03:28 2009 +0000
@@ -4525,7 +4525,6 @@
   def_vidix='#define CONFIG_VIDIX 1'
   _vomodules="cvidix $_vomodules"
   test "$_vidix_drivers" || _vidix_drivers="cyberblade ivtv mach64 mga mga_crtc2 nvidia pm2 pm3 radeon rage128 s3 sh_veu sis unichrome"
-  test $_ivtv = "yes" || _vidix_drivers=$(echo $_vidix_drivers | sed s/ivtv//)
 
   # some vidix drivers are architecture and os specific, discard them elsewhere
   x86 || _vidix_drivers=$(echo $_vidix_drivers | sed -e s/cyberblade// -e s/sis// -e s/unichrome// -e s/s3//)