[Bug 269061] multimedia/mpv: fatal error: 'libplacebo/shaders/icc.h' file not found
Date: Sat, 28 Jan 2023 22:08:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269061 Thomas Zander <riggs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |riggs@FreeBSD.org --- Comment #4 from Thomas Zander <riggs@FreeBSD.org> --- (In reply to serpent7776 from comment #3) The build failure with LCMS disabled in both libplacebo and mpv is reproducible. The issue seems to be with the headers installed by libplacebo. include/libplacebo/renderer.h unconditionally includes icc.h, regardless of whether the port is built with or without lcms2 support, but the icc.h file is only installed when it has lcms2 support. -- You are receiving this mail because: You are the assignee for the bug.