maintainer-feedback requested: [Bug 269061] multimedia/mpv: fatal error: 'libplacebo/shaders/icc.h' file not found
Date: Thu, 19 Jan 2023 21:05:30 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-multimedia (Nobody) <multimedia@FreeBSD.org> for maintainer-feedback: Bug 269061: multimedia/mpv: fatal error: 'libplacebo/shaders/icc.h' file not found https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269061 --- Description --- I got a build failure in a poudriere when building mpv with Vulkan enabled. Disabling Vulkan fixes the build. $ freebsd-version 12.3-RELEASE-p10 The compile error message: In file included from ../video/out/vo_gpu_next.c:21: /usr/local/include/libplacebo/renderer.h:29:10: fatal error: 'libplacebo/shaders/icc.h' file not found #include <libplacebo/shaders/icc.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. ninja: build stopped: subcommand failed. *** Error code 1