faad2: add some key reverse-dependencies to passthru.tests

This commit is contained in:
Robert Scott
2022-10-27 09:04:50 -05:00
committed by ehmry
parent 3671af8f1f
commit 53ebe3accc
+16 -1
View File
@@ -1,5 +1,14 @@
{lib, stdenv, fetchFromGitHub, autoreconfHook
{lib
, stdenv
, fetchFromGitHub
, autoreconfHook
, drmSupport ? false # Digital Radio Mondiale
# for passthru.tests
, gst_all_1
, mpd
, ocamlPackages
, vlc
}:
with lib;
@@ -19,6 +28,12 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ];
passthru.tests = {
inherit mpd vlc;
inherit (gst_all_1) gst-plugins-bad;
ocaml-faad = ocamlPackages.faad;
};
meta = {
description = "An open source MPEG-4 and MPEG-2 AAC decoder";
homepage = "https://sourceforge.net/projects/faac/";