summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-07-19 21:24:45 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-07-19 21:24:45 +0000
commit4593633f5896bbd7d55a0bbfafc8adbfaa4a62ba (patch)
treefa34744b775bd376d24e6e878ce3485f7355edbd /configure
parentbcd7541f4e9d646a140aa9020d4daa64b7764d25 (diff)
downloadmpv-4593633f5896bbd7d55a0bbfafc8adbfaa4a62ba.tar.bz2
mpv-4593633f5896bbd7d55a0bbfafc8adbfaa4a62ba.tar.xz
Bandaid compilation fix: Disable ivtv VIDIX driver until a proper test exists.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29433 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index d225730e1e..41cc989538 100755
--- a/configure
+++ b/configure
@@ -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//)