parent
6ff4eff461
commit
52c27c3b7d
@ -2,7 +2,7 @@
|
|||||||
, alsaLib, flac, libmad, libvorbis, mpg123
|
, alsaLib, flac, libmad, libvorbis, mpg123
|
||||||
, dsdSupport ? true
|
, dsdSupport ? true
|
||||||
, faad2Support ? true, faad2
|
, faad2Support ? true, faad2
|
||||||
, ffmpegSupport ? true, ffmpeg_3
|
, ffmpegSupport ? true, ffmpeg
|
||||||
, opusSupport ? true, opusfile
|
, opusSupport ? true, opusfile
|
||||||
, resampleSupport ? true, soxr
|
, resampleSupport ? true, soxr
|
||||||
, sslSupport ? true, openssl
|
, sslSupport ? true, openssl
|
||||||
@ -35,7 +35,7 @@ in stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ alsaLib flac libmad libvorbis mpg123 ]
|
buildInputs = [ alsaLib flac libmad libvorbis mpg123 ]
|
||||||
++ optional faad2Support faad2
|
++ optional faad2Support faad2
|
||||||
++ optional ffmpegSupport ffmpeg_3
|
++ optional ffmpegSupport ffmpeg
|
||||||
++ optional opusSupport opusfile
|
++ optional opusSupport opusfile
|
||||||
++ optional resampleSupport soxr
|
++ optional resampleSupport soxr
|
||||||
++ optional sslSupport openssl;
|
++ optional sslSupport openssl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user