summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJonathan Yong <10walls@gmail.com>2013-07-13 09:58:10 +0800
committerwm4 <wm4@nowhere>2013-07-13 04:07:40 +0200
commite94fc5ee6675ec6873a6d91710b9c450d0423b3f (patch)
tree49ce3752c1552a34ee43423dd088d42729a7b2ad /configure
parent27d352afbd2c0ca72c458799fd18a52b08d4652f (diff)
downloadmpv-e94fc5ee6675ec6873a6d91710b9c450d0423b3f.tar.bz2
mpv-e94fc5ee6675ec6873a6d91710b9c450d0423b3f.tar.xz
configure: fix vcd detection on Windows
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 49c9625294..d9d48f6b1e 100755
--- a/configure
+++ b/configure
@@ -2372,7 +2372,7 @@ if test "$_vcd" = auto; then
if linux || freebsd || netbsd || openbsd || dragonfly || darwin ; then
_vcd=yes
elif mingw32; then
- header_check ntddcdrm.h && _vcd=yes
+ header_check_broken windows.h ntddcdrm.h && _vcd=yes
fi
fi
if test "$_vcd" = yes; then