Mercurial > mplayer.hg
comparison configure @ 32640:982ff6ad6e90
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.
author | reimar |
---|---|
date | Thu, 23 Dec 2010 18:11:54 +0000 |
parents | 4635bb166b62 |
children | 409e8e742012 |
comparison
equal
deleted
inserted
replaced
32639:4635bb166b62 | 32640:982ff6ad6e90 |
---|---|
4560 _vidix_drv_unichrome=no | 4560 _vidix_drv_unichrome=no |
4561 if test "$_vidix" = auto ; then | 4561 if test "$_vidix" = auto ; then |
4562 _vidix=no | 4562 _vidix=no |
4563 x86 && (linux || freebsd || netbsd || openbsd || dragonfly || sunos || win32) \ | 4563 x86 && (linux || freebsd || netbsd || openbsd || dragonfly || sunos || win32) \ |
4564 && _vidix=yes | 4564 && _vidix=yes |
4565 win32 && ! header_check ddk/ntddk.h && _vidix=no | |
4565 x86_64 && ! linux && _vidix=no | 4566 x86_64 && ! linux && _vidix=no |
4566 (ppc || alpha) && linux && _vidix=yes | 4567 (ppc || alpha) && linux && _vidix=yes |
4567 fi | 4568 fi |
4568 echores "$_vidix" | 4569 echores "$_vidix" |
4569 | 4570 |