libopus: disable tests on armv7l
This commit is contained in:
parent
c6f73e4bad
commit
c40a9d125c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||
configureFlags = lib.optional fixedPoint "--enable-fixed-point"
|
||||
++ lib.optional withCustomModes "--enable-custom-modes";
|
||||
|
||||
doCheck = !stdenv.isi686; # test_unit_LPC_inv_pred_gain fails
|
||||
doCheck = !stdenv.isi686 && !stdenv.isAarch32; # test_unit_LPC_inv_pred_gain fails
|
||||
|
||||
meta = with lib; {
|
||||
description = "Open, royalty-free, highly versatile audio codec";
|
||||
|
|
Loading…
Reference in a new issue