gnu: libvpx: Update to 1.12.0.

* gnu/packages/video.scm (libvpx): Update to 1.12.0.
(libvpx-next): Remove variable.
* gnu/packages/jami.scm (ffmpeg-jami)[inputs]: Remove.
This commit is contained in:
Marius Bakke 2022-11-18 10:36:31 +01:00
parent 915360ee9c
commit b1e802034d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
2 changed files with 3 additions and 21 deletions

View file

@ -422,9 +422,7 @@
(substitute* "tests/fate/lavf-container.mak"
(("mov mov_rtphint ismv")
"mov ismv")
(("fate-lavf-mov_rtphint:.*") ""))))))))
(inputs (modify-inputs (package-inputs ffmpeg-5)
(replace "libvpx" libvpx-next)))))
(("fate-lavf-mov_rtphint:.*") ""))))))))))
(define-public libjami
(package