summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2021-10-04 11:53:04 +0200
committerNiklas Haas <github-daiK1o@haasn.dev>2021-10-04 12:09:58 +0200
commit564f3dba56f3b05e913ef7c10604cccd9e7f8d16 (patch)
treeb1315cd47649b92e275c0a16ef10c4022ea53f54
parent275c00974e51e87db76f975234ae1c9b2c413292 (diff)
downloadmpv-564f3dba56f3b05e913ef7c10604cccd9e7f8d16.tar.bz2
mpv-564f3dba56f3b05e913ef7c10604cccd9e7f8d16.tar.xz
vo_gpu: libplacebo: add missing include
This was removed from common.h upstream since it was a cyclic dependency. We need to re-import it into utils.h manually.
-rw-r--r--video/out/placebo/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/placebo/utils.h b/video/out/placebo/utils.h
index 03bcb0f252..e6b43fcac3 100644
--- a/video/out/placebo/utils.h
+++ b/video/out/placebo/utils.h
@@ -4,6 +4,7 @@
#include "common/msg.h"
#include <libplacebo/common.h>
+#include <libplacebo/context.h>
void mppl_ctx_set_log(struct pl_context *ctx, struct mp_log *log, bool probing);