Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4572bfbe95 |
1 changed files with 5 additions and 2 deletions
|
|
@ -35,7 +35,7 @@
|
||||||
%bcond vmaf 0
|
%bcond vmaf 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x riscv64
|
||||||
%bcond dc1394 0
|
%bcond dc1394 0
|
||||||
%bcond ffnvcodec 0
|
%bcond ffnvcodec 0
|
||||||
%else
|
%else
|
||||||
|
|
@ -100,7 +100,7 @@ Name: ffmpeg
|
||||||
%global pkg_name %{name}%{?pkg_suffix}
|
%global pkg_name %{name}%{?pkg_suffix}
|
||||||
|
|
||||||
Version: 7.1.2
|
Version: 7.1.2
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: A complete solution to record, convert and stream audio and video
|
Summary: A complete solution to record, convert and stream audio and video
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
URL: https://ffmpeg.org/
|
URL: https://ffmpeg.org/
|
||||||
|
|
@ -1004,6 +1004,9 @@ rm -rf %{buildroot}%{_datadir}
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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)
|
- Re-enable openal support (dropped by accident in commit 5917b714, resolves rhbz#2404091)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue