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:
Niklas Haas 2021-10-04 11:53:04 +02:00 committed by Niklas Haas
parent 275c00974e
commit 564f3dba56
1 changed files with 1 additions and 0 deletions

View File

@ -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);