dav1d: add some key reverse dependencies to passthru.tests

This commit is contained in:
Robert Scott
2023-05-31 21:10:30 +01:00
parent 8b4cc62cc8
commit ca237fdfa5
@@ -4,6 +4,13 @@
, withTools ? false # "dav1d" binary
, withExamples ? false, SDL2 # "dav1dplay" binary
, useVulkan ? false, libplacebo, vulkan-loader, vulkan-headers
# for passthru.tests
, ffmpeg
, gdal
, handbrake
, libavif
, libheif
}:
assert useVulkan -> withExamples;
@@ -34,6 +41,15 @@ stdenv.mkDerivation rec {
doCheck = true;
passthru.tests = {
inherit
ffmpeg
gdal
handbrake
libavif
libheif;
};
meta = with lib; {
description = "A cross-platform AV1 decoder focused on speed and correctness";
longDescription = ''