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

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

Travis Hunter <cth-freebsd@pm.me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cth-freebsd@pm.me
 Attachment #248092|text/x-c++src               |text/plain
          mime type|                            |

--- Comment #3 from Travis Hunter <cth-freebsd@pm.me> ---
Created attachment 248092
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=248092&action=edit
Fix compilation failure for ffmpeg4 on LLVM17

After upgrading the compiler toolchain to LLVM17, some header files changed.
Somehow assert.h doesn't find its way into glslang.cpp anymore, whereas
previously it did.

This patch will get it to build again. This probably should go upstream as
well, but is ffmpeg4 maintained anymore?

See attached patch

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