summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-06-04 20:13:59 +0200
committerwm4 <wm4@nowhere>2020-06-04 20:15:43 +0200
commitc1fc5354c3c15b46d77adf4d27d38b8b27fa9dfd (patch)
tree08f0cc297ebe40746c2ada4514747602ffcb6b93
parent07b0c18bad6cb168191d390f10db998eb7201b67 (diff)
downloadmpv-c1fc5354c3c15b46d77adf4d27d38b8b27fa9dfd.tar.bz2
mpv-c1fc5354c3c15b46d77adf4d27d38b8b27fa9dfd.tar.xz
wayland: fix build
Broken by previous commit. I've split a commit incorrectly. Fixes: #7802
-rw-r--r--video/out/opengl/context_wayland.c2
-rw-r--r--video/out/wayland_common.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/video/out/opengl/context_wayland.c b/video/out/opengl/context_wayland.c
index 49835668f0..6f14305859 100644
--- a/video/out/opengl/context_wayland.c
+++ b/video/out/opengl/context_wayland.c
@@ -26,7 +26,7 @@
#include "utils.h"
// Generated from presentation-time.xml
-#include "video/out/wayland/presentation-time.h"
+#include "generated/wayland/presentation-time.h"
#define EGL_PLATFORM_WAYLAND_EXT 0x31D8
diff --git a/video/out/wayland_common.c b/video/out/wayland_common.c
index 6058c1e631..efb1a48ef5 100644
--- a/video/out/wayland_common.c
+++ b/video/out/wayland_common.c
@@ -34,10 +34,10 @@
#include "generated/wayland/xdg-shell.h"
// Generated from idle-inhibit-unstable-v1.xml
-#include "generated/wayland/idle-inhibit-v1.h"
+#include "generated/wayland/idle-inhibit-unstable-v1.h"
// Generated from xdg-decoration-unstable-v1.xml
-#include "generated/wayland/xdg-decoration-v1.h"
+#include "generated/wayland/xdg-decoration-unstable-v1.h"
// Generated from presentation-time.xml
#include "generated/wayland/presentation-time.h"