mirror of
https://github.com/mpv-player/mpv
synced 2024-12-15 03:15:52 +00:00
Disable S3 VIDIX driver on non-x86 platforms.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26177 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d6662d9e78
commit
edc39ca57e
2
configure
vendored
2
configure
vendored
@ -4281,7 +4281,7 @@ if test "$_vidix" = yes ; then
|
||||
test $_ivtv = "yes" || _vidix_drivers=`echo $_vidix_drivers | sed s/ivtv//`
|
||||
|
||||
# some vidix drivers are meant to work on x86 only, discard them elsewhere
|
||||
x86 || _vidix_drivers=`echo $_vidix_drivers | sed -e s/cyberblade// -e s/sis// -e s/unichrome//`
|
||||
x86 || _vidix_drivers=`echo $_vidix_drivers | sed -e s/cyberblade// -e s/sis// -e s/unichrome// -e s/s3//`
|
||||
|
||||
for driver in $_vidix_drivers ; do
|
||||
uc_driver=`echo $driver | tr '[a-z]' '[A-Z]'`
|
||||
|
Loading…
Reference in New Issue
Block a user