mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
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.
This commit is contained in:
parent
275c00974e
commit
564f3dba56
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user