Merge pull request #235259 from risicle/ris-dav1d-passthru-tests

dav1d: add some key reverse dependencies to `passthru.tests`
This commit is contained in:
Robert Scott 2023-09-28 21:20:57 +01:00 committed by GitHub
commit e32a6abbe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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