Disable internal vidix on PPC linux, it breaks compilation.

Proper fix welcome


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23210 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-05-02 14:21:25 +00:00
parent 0bcb845e12
commit aefe177836
1 changed files with 2 additions and 1 deletions

3
configure vendored
View File

@ -2499,7 +2499,8 @@ if test "$_vidix_internal" = auto ; then
_vidix_internal=no
# should check for x86 systems supporting VIDIX (does QNX have VIDIX?)
x86 && _vidix_internal=yes
ppc && linux && _vidix_internal=yes
# this is broken currently, undefined references to inw, outw etc.
# ppc && linux && _vidix_internal=yes
alpha && linux && _vidix_internal=yes
qnx && _vidix_internal=no
sunos && not x86 && _vidix_internal=no