soxr
This commit is contained in:
+6
-4
@@ -178,14 +178,14 @@
|
||||
(loop (+ n 1) (cons (number->string n) acc)))))
|
||||
|
||||
(define (ffmpeg-lib-versions kind)
|
||||
(case (system-type 'os)
|
||||
(case (system-type 'os*)
|
||||
[(linux)
|
||||
(let ((v (hash-ref valid-ffmpeg-versions kind)))
|
||||
(versions-high-to-low (car v) (cadr v)))]
|
||||
[else '(#f)]))
|
||||
|
||||
(define (linux-lib-versions versions [default '(#f)])
|
||||
(case (system-type 'os)
|
||||
(case (system-type 'os*)
|
||||
[(linux) versions]
|
||||
[else default]))
|
||||
|
||||
@@ -213,7 +213,7 @@
|
||||
"
|
||||
" libavcodec60 libavutil58 libswresample4 libavformat60 \
|
||||
"
|
||||
" libogg0 libopus0 libopusenc0 libopusfile0 libtag1v5
|
||||
" libogg0 libopus0 libopusenc0 libopusfile0 libsoxr0 libtag1v5
|
||||
"
|
||||
"
|
||||
"
|
||||
@@ -223,7 +223,7 @@
|
||||
"
|
||||
"libavutil-dev, libswresample-dev, libavformat-dev, libogg-dev,
|
||||
"
|
||||
"libopus-dev, libopusenc-dev, libopusfile-dev and libtag1-dev.
|
||||
"libopus-dev, libopusenc-dev, libopusfile-dev, libsoxr-dev and libtag1-dev.
|
||||
"
|
||||
"
|
||||
"
|
||||
@@ -244,6 +244,8 @@
|
||||
" brew install opus
|
||||
"
|
||||
" brew install libopusenc
|
||||
"
|
||||
" brew install libsoxr
|
||||
"
|
||||
" brew install taglib
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user