ffmpeg: don't enable tensorflow by default for full

Co-authored-by: Atemu <atemu.main@gmail.com>
This commit is contained in:
Antoine Viallon 2023-04-25 17:37:39 +02:00 committed by GitHub
parent e935fa1951
commit 43797d4b96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@
, withSsh ? withHeadlessDeps # SFTP protocol
, withSvg ? withFullDeps # SVG protocol
, withSvtav1 ? withFullDeps && !stdenv.isAarch64 # AV1 encoder/decoder (focused on speed and correctness)
, withTensorflow ? withFullDeps # Tensorflow dnn backend support
, withTensorflow ? false # Tensorflow dnn backend support
, withTheora ? withHeadlessDeps # Theora encoder
, withV4l2 ? withFullDeps && !stdenv.isDarwin # Video 4 Linux support
, withV4l2M2m ? withV4l2