ffmpeg: include svt-av1 in small variant

This commit is contained in:
Sandro Jäckel 2023-07-23 23:33:18 +02:00
parent 05a5bbc719
commit 700241a422
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -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