mirror of
https://github.com/mpv-player/mpv
synced 2025-02-08 07:57:19 +00:00
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:
parent
968a51cfef
commit
e696ba4ba0
1
configure
vendored
1
configure
vendored
@ -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//)
|
||||
|
Loading…
Reference in New Issue
Block a user