You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support is predominantly for Raspberry Pi OS, based off Debian, which uses FFmpeg 7.0.
FFmpeg 7.1 added avcodec_get_supported_config in April 2024 - FFmpeg/FFmpeg@3305767
FFmpeg 7.1.1 has updated and deprecated the avcodec_get_supported_config call, but that won't hit Debian until Trixie.
When I try to build the apps on Fedora rawhide, I get the following compilation error:
This can be avoided by passing
-Dwerror=false
to meson but the default compilation shouldn't fail.The text was updated successfully, but these errors were encountered: