0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

configure: fix vcd detection on Windows

This commit is contained in:
Jonathan Yong 2013-07-13 09:58:10 +08:00 committed by wm4
parent 27d352afbd
commit e94fc5ee66

2
configure vendored
View File

@ -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