[Bug 276469] multimedia/ffmpeg4: build error with GLSLANG option set

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 31 Jan 2024 19:40:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276469

--- Comment #6 from Vladimir Druzenko <vvd@FreeBSD.org> ---
This is incorrect:
VULKAN_IMPLIES=        GLSLANG
This is correct:
GLSLANG_IMPLIES=        VULKAN

Build without errors after this change + attached patch and with option
GLSLANG.

-- 
You are receiving this mail because:
You are the assignee for the bug.