mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 20:32:13 +00:00
configure: fix vcd detection on Windows
This commit is contained in:
parent
27d352afbd
commit
e94fc5ee66
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user