1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-12 09:59:44 +00:00

vo_gpu_next: add check for PL_HAVE_LCMS

This commit is contained in:
Kacper Michajłow 2023-01-29 15:01:36 +01:00 committed by Dudemanguy
parent a97dd423c8
commit 87fb254deb

View File

@ -1557,7 +1557,7 @@ static const struct pl_hook *load_hook(struct priv *p, const char *path)
return hook;
}
#if PL_API_VER >= 222
#if PL_API_VER >= 222 && defined(PL_HAVE_LCMS)
static stream_t *icc_open_cache(struct priv *p, uint64_t sig, int flags)
{