[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: gnu: libextractor: Build with the latest ffmpeg.
From: |
guix-commits |
Subject: |
01/04: gnu: libextractor: Build with the latest ffmpeg. |
Date: |
Mon, 10 Feb 2020 18:06:54 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit c44ba52534c8c18a7a0346160727688b159679f2
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Feb 10 22:21:16 2020 +0100
gnu: libextractor: Build with the latest ffmpeg.
* gnu/packages/gnunet.scm (libextractor)[inputs]: Change from FFMPEG-3.4 to
FFMPEG.
---
gnu/packages/gnunet.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 392b140..d626d2c 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -93,7 +93,7 @@
`(("exiv2" ,exiv2)
("bzip2" ,bzip2)
("flac" ,flac)
- ("ffmpeg" ,ffmpeg-3.4)
+ ("ffmpeg" ,ffmpeg)
("file" ,file) ;libmagic, for the MIME plug-in
("glib" ,glib)
("gstreamer" ,gstreamer)