summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-07-23 23:33:18 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-09-04 15:27:53 +0200
commit700241a42283a691f7a6d8514b0211e50bc02693 (patch)
treef9f716662604d3d566a50ef8d38d37c67b808167
parent05a5bbc71991d0b1a105b845af4be9c026151143 (diff)
downloadnixpkgs-700241a42283a691f7a6d8514b0211e50bc02693.tar
nixpkgs-700241a42283a691f7a6d8514b0211e50bc02693.tar.gz
nixpkgs-700241a42283a691f7a6d8514b0211e50bc02693.tar.bz2
nixpkgs-700241a42283a691f7a6d8514b0211e50bc02693.tar.lz
nixpkgs-700241a42283a691f7a6d8514b0211e50bc02693.tar.xz
nixpkgs-700241a42283a691f7a6d8514b0211e50bc02693.tar.zst
nixpkgs-700241a42283a691f7a6d8514b0211e50bc02693.zip
ffmpeg: include svt-av1 in small variant
-rw-r--r--pkgs/development/libraries/ffmpeg/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/ffmpeg/generic.nix b/pkgs/development/libraries/ffmpeg/generic.nix
index a1ca20f9483..cb0225fd3c4 100644
--- a/pkgs/development/libraries/ffmpeg/generic.nix
+++ b/pkgs/development/libraries/ffmpeg/generic.nix
@@ -79,7 +79,7 @@
 , withSrt ? withHeadlessDeps # Secure Reliable Transport (SRT) protocol
 , withSsh ? withHeadlessDeps # SFTP protocol
 , withSvg ? withFullDeps # SVG protocol
-, withSvtav1 ? withFullDeps && !stdenv.isAarch64 # AV1 encoder/decoder (focused on speed and correctness)
+, withSvtav1 ? withHeadlessDeps && !stdenv.isAarch64 # AV1 encoder/decoder (focused on speed and correctness)
 , withTensorflow ? false # Tensorflow dnn backend support
 , withTheora ? withHeadlessDeps # Theora encoder
 , withV4l2 ? withFullDeps && !stdenv.isDarwin # Video 4 Linux support