summaryrefslogtreecommitdiffstats
path: root/osdep/win32
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2021-11-07 13:28:16 -0600
committerDudemanguy <random342@airmail.cc>2021-11-14 19:13:10 +0000
commitff322864f2878a35b277111e509da03fe6f888bd (patch)
tree44a99850fb0adffdd51cb0406ca24ecd5c917b2d /osdep/win32
parentf610fe16c0b1cb74d73d02dc55792d4ddc262ad2 (diff)
downloadmpv-ff322864f2878a35b277111e509da03fe6f888bd.tar.bz2
mpv-ff322864f2878a35b277111e509da03fe6f888bd.tar.xz
build: add meson build support
Adds support for the meson build system as well as a bit of documentation. Compatibility with the existing waf build is maintained.
Diffstat (limited to 'osdep/win32')
-rw-r--r--osdep/win32/pthread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep/win32/pthread.c b/osdep/win32/pthread.c
index e892d441cf..a178d72253 100644
--- a/osdep/win32/pthread.c
+++ b/osdep/win32/pthread.c
@@ -21,6 +21,7 @@
#include <errno.h>
#include <sys/time.h>
#include <assert.h>
+#include <windows.h>
#include "osdep/timer.h" // mp_{start,end}_hires_timers