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


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29429 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-07-19 17:03:28 +00:00
parent 968a51cfef
commit e696ba4ba0
1 changed files with 0 additions and 1 deletions

1
configure vendored
View File

@ -4525,7 +4525,6 @@ 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"
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//)