[MPlayer-cvslog] r32727 - trunk/configure
reimar
subversion at mplayerhq.hu
Thu Dec 23 19:11:55 CET 2010
Author: reimar
Date: Thu Dec 23 19:11:54 2010
New Revision: 32727
Log:
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.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Thu Dec 23 13:01:27 2010 (r32726)
+++ trunk/configure Thu Dec 23 19:11:54 2010 (r32727)
@@ -4562,6 +4562,7 @@ if test "$_vidix" = auto ; then
_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
More information about the MPlayer-cvslog
mailing list