Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jan 2023 21:05:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 269061] multimedia/mpv: fatal error: 'libplacebo/shaders/icc.h' file not found
Message-ID:  <bug-269061-12827-8GAbYj0sLA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269061-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269061-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
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=3D269061



--- 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269061-12827-8GAbYj0sLA>