# HG changeset patch # User reimar # Date 1178115685 0 # Node ID 072e49028a7655a34bbabd138b3526460d59e212 # Parent 77f3ba1de7fa4bbc9f1acc3c4ec144ecbaacaad7 Disable internal vidix on PPC linux, it breaks compilation. Proper fix welcome diff -r 77f3ba1de7fa -r 072e49028a76 configure --- a/configure Wed May 02 10:51:57 2007 +0000 +++ b/configure Wed May 02 14:21:25 2007 +0000 @@ -2499,7 +2499,8 @@ _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