diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-22 18:24:57 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-22 18:24:57 +0000 |
commit | 6140b85073175afc0ca2d1176572488378e17645 (patch) | |
tree | 586982a8b653cc6febd3dd57b4b7372224984157 | |
parent | a1693d645e144405db51e53c7a65497d2c93fc9d (diff) |
enable Vidix on Linux/Alpha
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11232 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |