Enable support for the RIST protocol through librist
This commit is contained in:
parent
90bff85ed7
commit
882dab2b6a
@ -86,7 +86,7 @@ Name: ffmpeg
|
||||
%global pkg_name %{name}%{?pkg_suffix}
|
||||
|
||||
Version: 5.0.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A complete solution to record, convert and stream audio and video
|
||||
License: GPLv3+
|
||||
URL: https://ffmpeg.org/
|
||||
@ -838,6 +838,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples
|
||||
%{_mandir}/man3/libswscale.3*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 16 2023 Neal Gompa <ngompa@fedoraproject.org> - 5.0.2-2
|
||||
- Enable support for the RIST protocol through librist
|
||||
|
||||
* Tue Nov 22 2022 Neal Gompa <ngompa@fedoraproject.org> - 5.0.2-1
|
||||
- Update to 5.0.2
|
||||
|
||||
|
@ -2237,6 +2237,7 @@ libavformat/latmenc.c
|
||||
libavformat/libavformat.v
|
||||
libavformat/libmodplug.c
|
||||
libavformat/libopenmpt.c
|
||||
libavformat/librist.c
|
||||
libavformat/libsmbclient.c
|
||||
libavformat/libsrt.c
|
||||
libavformat/libssh.c
|
||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (ffmpeg-free-5.0.2.tar.xz) = ece3a28114c86129db6c6f00d8b59b321e7fb770fdf169796fb1c39c61f1a75bcdb3c2905cd32a36a2e8c5c9921e8133c9d10756413c58baa6a2444ba9b6183d
|
||||
SHA512 (ffmpeg-free-5.0.2.tar.xz) = fd207aaf450799d334b1b8fa293f257dc5286ebc10e822bd6559b66bdf197167182227b359bb18bcfb7a52b915bb8c4e67c341dcdfe43b9960503bade64e7bc6
|
||||
SHA512 (ffmpeg-5.0.2.tar.xz.asc) = 2cbe55fc15ff20a90b7b3beba22364e013338db53f68b9f228f3c773d955ed149221730ac403dc781c74bbb8c5909573bfd27377b96654496428f709fa79225c
|
||||
SHA512 (ffmpeg-dlopen-headers.tar.xz) = 97e6986fc2bb9dfa4516135a76b04d27ceb52ff96f0af21a6169919aeefefb4d2e2e24a771959689cdbec385f5d71614ba661223c67c0e94089a6dd823a30099
|
||||
SHA512 (ffmpeg.keyring) = 9b36506835db36f776b7ddb53ad6fa9e915e6ca2f9c7cfebe8eb45513e1036a985283590a840ca313a111bf35dc3731f68885aaafb1fb7011ec433cc119e5165
|
||||
|
Loading…
Reference in New Issue
Block a user