[MPlayer-cvslog] r29433 - trunk/configure

diego subversion at mplayerhq.hu
Sun Jul 19 23:24:45 CEST 2009


Author: diego
Date: Sun Jul 19 23:24:45 2009
New Revision: 29433

Log:
Bandaid compilation fix: Disable ivtv VIDIX driver until a proper test exists.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Jul 19 23:09:00 2009	(r29432)
+++ trunk/configure	Sun Jul 19 23:24:45 2009	(r29433)
@@ -4522,7 +4522,9 @@ echores "$_vidix"
 if test "$_vidix" = yes ; then
   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"
+  # FIXME: ivtv driver temporarily disabled until we have a proper test
+  #test "$_vidix_drivers" || _vidix_drivers="cyberblade ivtv mach64 mga mga_crtc2 nvidia pm2 pm3 radeon rage128 s3 sh_veu sis unichrome"
+  test "$_vidix_drivers" || _vidix_drivers="cyberblade mach64 mga mga_crtc2 nvidia pm2 pm3 radeon rage128 s3 sh_veu sis unichrome"
 
   # 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//)


More information about the MPlayer-cvslog mailing list