enable Vidix on Linux/Alpha

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11232 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2003-10-22 18:24:57 +00:00
parent a1693d645e
commit 6140b85073
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -1763,6 +1763,7 @@ if test "$_vidix" = auto ; then
# should check for x86 systems supporting VIDIX (does QNX have VIDIX?)
x86 && _vidix=yes
ppc && linux && _vidix=yes
alpha && linux && _vidix=yes
cygwin && _vidix=no
mingw32 && _vidix=no
qnx && _vidix=no