summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-22 18:24:57 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-22 18:24:57 +0000
commit6140b85073175afc0ca2d1176572488378e17645 (patch)
tree586982a8b653cc6febd3dd57b4b7372224984157 /configure
parenta1693d645e144405db51e53c7a65497d2c93fc9d (diff)
downloadmpv-6140b85073175afc0ca2d1176572488378e17645.tar.bz2
mpv-6140b85073175afc0ca2d1176572488378e17645.tar.xz
enable Vidix on Linux/Alpha
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11232 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 0aa14da9c5..a33a697391 100755
--- a/configure
+++ b/configure
@@ -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