ffmpeg-headless: enable openmpt

/nix/store/nqardac1g5h774bprz145fsl4qm2p92l-ffmpeg-headless-7.1-bin	 236173272
/nix/store/a9a7n7w0dhcjay5vi41xy685m6md1hkw-ffmpeg-headless-7.1-bin	 294694384

This may look like quite an increase but if you combine it with a noteworthy package such as pipewire, the increase is only ~5MiB:

/nix/store/cs43xb7x8bqy0igaip0vrsgjij5aafc9-foo	 657507664
/nix/store/xcgc1k9mn8f9fqns9832dnnlhnxm6dka-foo	 661376384

With actual closures, I believe this would be even less.
This commit is contained in:
Atemu 2024-11-10 09:24:42 +01:00
parent 610b0fd199
commit 2fa42d7b13

View file

@ -93,7 +93,7 @@
, withOpengl ? withFullDeps && !stdenv.hostPlatform.isDarwin # OpenGL rendering
, withOpenh264 ? withFullDeps # H.264/AVC encoder
, withOpenjpeg ? withHeadlessDeps # JPEG 2000 de/encoder
, withOpenmpt ? withFullDeps # Tracked music files decoder
, withOpenmpt ? withHeadlessDeps # Tracked music files decoder
, withOpus ? withHeadlessDeps # Opus de/encoder
, withPlacebo ? withFullDeps && !stdenv.hostPlatform.isDarwin # libplacebo video processing library
, withPulse ? withSmallDeps && stdenv.hostPlatform.isLinux # Pulseaudio input support