[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#45024] [PATCH] gnu: libmp3slpt: Enabled flac.
From: |
Martin Becze |
Subject: |
[bug#45024] [PATCH] gnu: libmp3slpt: Enabled flac. |
Date: |
Thu, 3 Dec 2020 09:01:51 -0600 |
* gnu/packages/mp3.scm (libmp3splt): Added flac to the input of libmp3slt so
that mp3splt can processes flac files.
---
gnu/packages/mp3.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index 1350135328..585f79324f 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -279,6 +279,7 @@ pre-defined or user-specifiable output format.")
("libogg" ,libogg)
("libltdl" ,libltdl)
("libvorbis" ,libvorbis)
+ ("libflac" ,flac)
("pcre" ,pcre)))
(native-inputs
`(("pkg-config" ,pkg-config)))
--
2.29.2
- [bug#45024] [PATCH] gnu: libmp3slpt: Enabled flac.,
Martin Becze <=