summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--stream/vcd_read_win32.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index af53b91902..2f0a182fea 100755
--- a/configure
+++ b/configure
@@ -2452,7 +2452,7 @@ if test "$_vcd" = auto; then
if linux || freebsd || netbsd || openbsd || dragonfly || darwin ; then
_vcd=yes
elif mingw32; then
- header_check ddk/ntddcdrm.h && _vcd=yes
+ header_check ntddcdrm.h && _vcd=yes
fi
fi
if test "$_vcd" = yes; then
diff --git a/stream/vcd_read_win32.h b/stream/vcd_read_win32.h
index 30679d707e..59570881f0 100644
--- a/stream/vcd_read_win32.h
+++ b/stream/vcd_read_win32.h
@@ -22,7 +22,7 @@
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
-#include <ddk/ntddcdrm.h>
+#include <ntddcdrm.h>
#include "core/mp_msg.h"
typedef struct mp_vcd_priv_st mp_vcd_priv_t;