From cdfd5c280a174b9e126908305c250bedbec0be61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Sun, 17 Sep 2023 00:37:15 +0200 Subject: win32/pthread: define _POSIX_TIMERS to notify they are not supported --- stream/stream_lavf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stream/stream_lavf.c') diff --git a/stream/stream_lavf.c b/stream/stream_lavf.c index cfdae98137..0164ede388 100644 --- a/stream/stream_lavf.c +++ b/stream/stream_lavf.c @@ -15,6 +15,8 @@ * License along with mpv. If not, see . */ +#include + #include #include #include -- cgit v1.2.3