Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Marcin Juszkiewicz
4572bfbe95 disable dc1394 and ffnvcodec on risc-v 2026-01-02 19:13:33 +01:00

View file

@ -35,7 +35,7 @@
%bcond vmaf 0
%endif
%ifarch s390 s390x
%ifarch s390 s390x riscv64
%bcond dc1394 0
%bcond ffnvcodec 0
%else
@ -100,7 +100,7 @@ Name: ffmpeg
%global pkg_name %{name}%{?pkg_suffix}
Version: 7.1.2
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A complete solution to record, convert and stream audio and video
License: GPL-3.0-or-later
URL: https://ffmpeg.org/
@ -1004,6 +1004,9 @@ rm -rf %{buildroot}%{_datadir}
%changelog
* Thu Dec 04 2025 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 7.1.2-4
- disable dc1394 and ffnvcodec on risc-v
* Sun Nov 02 2025 Dominik Mierzejewski <dominik@greysector.net> - 7.1.2-3
- Re-enable openal support (dropped by accident in commit 5917b714, resolves rhbz#2404091)