# HG changeset patch # User reimar # Date 1293127914 0 # Node ID 982ff6ad6e908210bcc9973b957b1c6e00564dc2 # Parent 4635bb166b621826a94e004757a5f2eef73e08c9 Disable VIDIX on Windows if then required ntddk.h header is not available. It is missing at least in the mingw-w64 cross-compile toolchain that is part of Cygwin. diff -r 4635bb166b62 -r 982ff6ad6e90 configure --- a/configure Thu Dec 23 12:01:27 2010 +0000 +++ b/configure Thu Dec 23 18:11:54 2010 +0000 @@ -4562,6 +4562,7 @@ _vidix=no x86 && (linux || freebsd || netbsd || openbsd || dragonfly || sunos || win32) \ && _vidix=yes + win32 && ! header_check ddk/ntddk.h && _vidix=no x86_64 && ! linux && _vidix=no (ppc || alpha) && linux && _vidix=yes fi