Description of problem: The ffmpeg build in f43 has an explicit "BuildRequires: pkgconfig(openal)", but when the build takes place, openal appears to be turned off. See https://kojipkgs.fedoraproject.org/packages/ffmpeg/7.1.2/2.fc43/data/logs/x86_64/build.log where grepping for OPENAL yields: #define CONFIG_OPENAL 0 #define CONFIG_OPENAL_INDEV 0 Version-Release number of selected component (if applicable): 7.1.2-2.fc43 How reproducible: I am only observing the Fedora 43 ffmpeg.spec and build log. I did not try to build it myself. Steps to Reproduce: 1. open https://src.fedoraproject.org/rpms/ffmpeg/blob/f43/f/ffmpeg.spec and grep for "openal" 2. open https://kojipkgs.fedoraproject.org/packages/ffmpeg/7.1.2/2.fc43/data/logs/x86_64/build.log and grep for "OPENAL" Actual results: Build is observed to BuildRequire openal, but not actually use it. Expected results: If the ffmpeg build does not use openal, it should not BuildRequire it. Additional info: n/a
The "--enable-openal" was dropped by this recent commit: https://src.fedoraproject.org/rpms/ffmpeg/c/5917b714a19abefcfa2cfbec15b28b33e4b41a04?branch=f43
Thanks for the report. OpenAL was disabled by mistake.
FEDORA-2025-67684e0bbc (ffmpeg-7.1.2-3.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-67684e0bbc
FEDORA-2025-67684e0bbc has been pushed to the Fedora 43 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-67684e0bbc` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-67684e0bbc See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2025-67684e0bbc (ffmpeg-7.1.2-3.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report.