Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #253915 from rnhmjoj/pr-ffmpeg

ffmpeg: re-enable video4linux2 support

authored by Michele Guerini Rocco and committed by GitHub a91401f3 4738bc7f

+1 -1
+1 -1
pkgs/development/libraries/ffmpeg/generic.nix
··· 80 , withSvtav1 ? withHeadlessDeps && !stdenv.isAarch64 # AV1 encoder/decoder (focused on speed and correctness) 81 , withTensorflow ? false # Tensorflow dnn backend support 82 , withTheora ? withHeadlessDeps # Theora encoder 83 - , withV4l2 ? withFullDeps && !stdenv.isDarwin # Video 4 Linux support 84 , withV4l2M2m ? withV4l2 85 , withVaapi ? withHeadlessDeps && (with stdenv; isLinux || isFreeBSD) # Vaapi hardware acceleration 86 , withVdpau ? withSmallDeps # Vdpau hardware acceleration
··· 80 , withSvtav1 ? withHeadlessDeps && !stdenv.isAarch64 # AV1 encoder/decoder (focused on speed and correctness) 81 , withTensorflow ? false # Tensorflow dnn backend support 82 , withTheora ? withHeadlessDeps # Theora encoder 83 + , withV4l2 ? withHeadlessDeps && !stdenv.isDarwin # Video 4 Linux support 84 , withV4l2M2m ? withV4l2 85 , withVaapi ? withHeadlessDeps && (with stdenv; isLinux || isFreeBSD) # Vaapi hardware acceleration 86 , withVdpau ? withSmallDeps # Vdpau hardware acceleration