-
Notifications
You must be signed in to change notification settings - Fork 86
Description
Hi,
I'm unable to take a dependency on ffmpeg from vcpkg, because ffmpeg depends on mfx-dispatch, version 1.35.1, but 1.35.1 has a build failure when compiling with GCC 13+.
The build failure was already fixed by d624124 , which was committed 1.5 years ago.
However, 1.35.1 release seems to be almost 3 years old, and so doesn't have that fix, so the latest release of mfx-dispatch doesn't build on linux (unless your GCC version is over a year old). The current Ubuntu LTS release comes with GCC 13+, so the build of mfx-dispatch, and thus the build of ffmpeg, is broke for anyone using the current LTS version of Ubuntu.
I don't know the history on this project and its releases, but is it possible to put together a new release so that that fix can (eventually) make it to vcpkg, and thus unblock building ffmpeg on linux?
Thanks!