libopus: add ffmpeg as reverse dependencies to passthru.tests
This commit is contained in:
parent
56f1e61a9a
commit
46c81a5e6b
@ -7,6 +7,9 @@
|
||||
, ninja
|
||||
, fixedPoint ? false
|
||||
, withCustomModes ? true
|
||||
|
||||
# tests
|
||||
, ffmpeg-headless
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -49,6 +52,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
doCheck = !stdenv.isi686 && !stdenv.isAarch32; # test_unit_LPC_inv_pred_gain fails
|
||||
|
||||
passthru.tests = {
|
||||
inherit ffmpeg-headless;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Open, royalty-free, highly versatile audio codec";
|
||||
homepage = "https://opus-codec.org/";
|
||||
|
Loading…
Reference in New Issue
Block a user