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.
This commit is contained in:
parent
2ffa842b4e
commit
4ab9ad1ed2
|
@ -174,14 +174,14 @@ Filter) modules follow the convention of 1V / Octave.")
|
||||||
"--enable-jack"
|
"--enable-jack"
|
||||||
"--enable-sndfile"
|
"--enable-sndfile"
|
||||||
"--enable-samplerate"
|
"--enable-samplerate"
|
||||||
;; TODO: enable compilation with avcodec once available.
|
"--enable-avcodec")
|
||||||
"--disable-avcodec")
|
|
||||||
#:python ,python-2))
|
#:python ,python-2))
|
||||||
(inputs
|
(inputs
|
||||||
`(("jack" ,jack-1)
|
`(("jack" ,jack-1)
|
||||||
("libsndfile" ,libsndfile)
|
("libsndfile" ,libsndfile)
|
||||||
("libsamplerate" ,libsamplerate)
|
("libsamplerate" ,libsamplerate)
|
||||||
("fftwf" ,fftwf)))
|
("fftwf" ,fftwf)
|
||||||
|
("ffmpeg" ,ffmpeg))) ; for libavcodec
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "https://aubio.org/")
|
(home-page "https://aubio.org/")
|
||||||
|
|
Loading…
Reference in New Issue