Enable nvdec for aarch64

el9
Leigh Scott 4 years ago
parent b99ef0871b
commit ddb0ec5134

1
.gitignore vendored

@ -12,3 +12,4 @@ ffmpeg-*.rpm
/ffmpeg-20200401.tar.bz2
/ffmpeg-20200412.tar.bz2
/ffmpeg-20200419.tar.bz2
/ffmpeg-20200423.tar.bz2

@ -1,7 +1,7 @@
# TODO: add make test to %%check section
#global branch oldabi-
%global date 20200419
%global date 20200423
#global rel rc1
# rav1e has a broken .pc file
@ -49,7 +49,7 @@
%endif
# Disable nvenc when not relevant
%ifnarch %{cuda_arches}
%ifnarch %{cuda_arches} aarch64
%global _without_nvenc 1
%endif
@ -89,7 +89,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 4.3
Release: 0.14.%{?date}%{?date:git}%{?rel}%{?dist}
Release: 0.15.%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@ -434,6 +434,10 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
* Thu Apr 23 2020 Leigh Scott <leigh123linux@gmail.com> - 4.3-0.15.20200423git
- Update to 20200423git
- Enable nvdec for aarch64
* Sun Apr 19 2020 Leigh Scott <leigh123linux@gmail.com> - 4.3-0.14.20200419git
- Update to 20200419git

@ -1 +1 @@
SHA512 (ffmpeg-20200419.tar.bz2) = 724f0d28c18471c5506c7c0c3d7c55f9e5da2ae9ec6a3ed1b8eb1aecc007d7a381c6276a0cb762467cc0e69095c2f6e0f390bc9e99cd2417c2eb5df94733d7b1
SHA512 (ffmpeg-20200423.tar.bz2) = 2fe0e10c38c770c3dc7c1ba0426720d5b94333cf8df66c4a066b2def1578323463fcdf954fa672284cbcb7d4ac2fd8cd78f46bb2d32da2ad7534f5a7055ab7eb

Loading…
Cancel
Save