guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: aubio: Enable avcodec support.


From: guix-commits
Subject: 01/01: gnu: aubio: Enable avcodec support.
Date: Wed, 5 Jun 2019 10:34:37 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit 4ab9ad1ed2c6be98f5dba2b88db041f4f85950fe
Author: Kei Kebreau <address@hidden>
Date:   Wed Jun 5 10:25:06 2019 -0400

    gnu: aubio: Enable avcodec support.
    
    * gnu/packages/audio.scm (aubio)[arguments]: Remove "--disable-avcodec" from
    and add "--enable-avcodec" to #:configure-flags.
    [inputs]: Add ffmpeg.
---
 gnu/packages/audio.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 592a1ba..4a8548c 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -174,14 +174,14 @@ Filter) modules follow the convention of 1V / Octave.")
         "--enable-jack"
         "--enable-sndfile"
         "--enable-samplerate"
-        ;; TODO: enable compilation with avcodec once available.
-        "--disable-avcodec")
+        "--enable-avcodec")
        #:python ,python-2))
     (inputs
      `(("jack" ,jack-1)
        ("libsndfile" ,libsndfile)
        ("libsamplerate" ,libsamplerate)
-       ("fftwf" ,fftwf)))
+       ("fftwf" ,fftwf)
+       ("ffmpeg" ,ffmpeg))) ; for libavcodec
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (home-page "https://aubio.org/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]