Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2024 16:45:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 276469] multimedia/ffmpeg4: build error with GLSLANG option set
Message-ID:  <bug-276469-12827-xdnLR01LI2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-276469-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-276469-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276469

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=3D248092&action=
=3Dedit
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

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



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