libvpx: Remove unneeded assert
It fails on aarch64.
This commit is contained in:
parent
7b8e93bda9
commit
c6ce08422a
@ -44,8 +44,6 @@ let
|
|||||||
inherit (stdenv.lib) enableFeature optional optionals;
|
inherit (stdenv.lib) enableFeature optional optionals;
|
||||||
in
|
in
|
||||||
|
|
||||||
assert isi686 || isx86_64 || isArm || isMips; # Requires ARM with floating point support
|
|
||||||
|
|
||||||
assert vp8DecoderSupport || vp8EncoderSupport || vp9DecoderSupport || vp9EncoderSupport;
|
assert vp8DecoderSupport || vp8EncoderSupport || vp9DecoderSupport || vp9EncoderSupport;
|
||||||
assert internalStatsSupport && (vp9DecoderSupport || vp9EncoderSupport) -> postprocSupport;
|
assert internalStatsSupport && (vp9DecoderSupport || vp9EncoderSupport) -> postprocSupport;
|
||||||
/* If spatialResamplingSupport not enabled, build will fail with undeclared variable errors.
|
/* If spatialResamplingSupport not enabled, build will fail with undeclared variable errors.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user