diff options
author | Marius Bakke <marius@gnu.org> | 2022-11-18 10:34:21 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-14 15:10:53 -0400 |
commit | e7334321a53c21e11ee91b074916503c5798950c (patch) | |
tree | 24b26055a7dd49cd6403f77fd4555499316f7a77 /gnu/packages/jami.scm | |
parent | 47234c396061d5bb80d9c4fa1e330f1a3875d8d7 (diff) | |
download | guix-e7334321a53c21e11ee91b074916503c5798950c.tar.gz |
gnu: libx264: Update to 164-0.b093bbe.
* gnu/packages/video.scm (libx264): Update to 164-0.b093bbe. (libx264-next): Remove variable. * gnu/packages/jami.scm (ffmpeg-jami)[inputs]: Don't use LIBX264-NEXT.
Diffstat (limited to 'gnu/packages/jami.scm')
-rw-r--r-- | gnu/packages/jami.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm index acf57c2772..b350f1a74d 100644 --- a/gnu/packages/jami.scm +++ b/gnu/packages/jami.scm @@ -393,8 +393,7 @@ "mov ismv") (("fate-lavf-mov_rtphint:.*") "")))))))) (inputs (modify-inputs (package-inputs ffmpeg-5) - (replace "libvpx" libvpx-next) - (replace "libx264" libx264-next))))) + (replace "libvpx" libvpx-next))))) (define-public libjami (package |