git: 94ed2ba9cf73 - main - multimedia/ffmpeg: unbreak VULKAN=off after 685e477b807c
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 17:12:09 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=94ed2ba9cf738a0f57616ea7cf1bd4eb1e000816 commit 94ed2ba9cf738a0f57616ea7cf1bd4eb1e000816 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-04-27 17:07:08 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-04-27 17:11:07 +0000 multimedia/ffmpeg: unbreak VULKAN=off after 685e477b807c ERROR: libplacebo >= 4.192.0 not found using pkg-config /usr/local/include/libplacebo/vulkan.h:21:10: fatal error: 'vulkan/vulkan.h' file not found #include <vulkan/vulkan.h> ^~~~~~~~~~~~~~~~~ PR: 261302 Reported by: Matthew Wener --- multimedia/ffmpeg/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index b64a154b8ec6..f16fa8855ec5 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -320,6 +320,7 @@ LIBBLURAY_CONFIGURE_ENABLE= libbluray # libplacebo LIBPLACEBO_LIB_DEPENDS= libplacebo.so:graphics/libplacebo LIBPLACEBO_CONFIGURE_ENABLE= libplacebo +LIBPLACEBO_IMPLIES= VULKAN # librsvg LIBRSVG2_USES= gnome