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:
parent
a97dd423c8
commit
87fb254deb
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user