mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #74331 from yurkobb/ffmpeg-full-jack
ffmpeg-full: enable jack
This commit is contained in:
commit
7e9abc8b54
1 changed files with 1 additions and 0 deletions
|
@ -353,6 +353,7 @@ stdenv.mkDerivation rec {
|
|||
#(enableFeature (cdio-paranoia != null && gplLicensing) "libcdio")
|
||||
(enableFeature (if isLinux then libdc1394 != null && libraw1394 != null else false) "libdc1394")
|
||||
(enableFeature (libiconv != null) "iconv")
|
||||
(enableFeature (libjack2 != null) "libjack")
|
||||
#(enableFeature (if isLinux then libiec61883 != null && libavc1394 != null && libraw1394 != null else false) "libiec61883")
|
||||
(enableFeature (if isLinux && !isAarch64 then libmfx != null else false) "libmfx")
|
||||
(enableFeature (libmodplug != null) "libmodplug")
|
||||
|
|
Loading…
Reference in a new issue