mirror of https://github.com/mpv-player/mpv
stream_cddb: fix compilation on MinGW-w64
Like the VCD case, stream_cddb.c relies on ntddcdrm.h, which is no longer under the ddk directory.
This commit is contained in:
parent
b224f37174
commit
33639d0156
|
@ -57,7 +57,7 @@
|
|||
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
|
||||
#include <sys/cdio.h>
|
||||
#elif defined(__MINGW32__) || defined(__CYGWIN__)
|
||||
#include <ddk/ntddcdrm.h>
|
||||
#include <ntddcdrm.h>
|
||||
#elif defined(__bsdi__)
|
||||
#include <dvd.h>
|
||||
#elif defined(__APPLE__) || defined(__DARWIN__)
|
||||
|
|
Loading…
Reference in New Issue