changeset 23192:072e49028a76

Disable internal vidix on PPC linux, it breaks compilation. Proper fix welcome
author reimar
date Wed, 02 May 2007 14:21:25 +0000
parents 77f3ba1de7fa
children 7857af1ca50b
files configure
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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