summary refs log tree commit diff
path: root/pkgs/development/libraries/libvpx
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2017-01-27 16:41:30 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2017-01-29 02:08:04 +0200
commitc6ce08422aa29dfefefa9ee18ba9f0335975a3f3 (patch)
tree25f6f13bfa7ea5c84400083eb9ec830ac462aeb2 /pkgs/development/libraries/libvpx
parent7b8e93bda93435b254c29f6a910bdac2a41a5568 (diff)
downloadnixpkgs-c6ce08422aa29dfefefa9ee18ba9f0335975a3f3.tar
nixpkgs-c6ce08422aa29dfefefa9ee18ba9f0335975a3f3.tar.gz
nixpkgs-c6ce08422aa29dfefefa9ee18ba9f0335975a3f3.tar.bz2
nixpkgs-c6ce08422aa29dfefefa9ee18ba9f0335975a3f3.tar.lz
nixpkgs-c6ce08422aa29dfefefa9ee18ba9f0335975a3f3.tar.xz
nixpkgs-c6ce08422aa29dfefefa9ee18ba9f0335975a3f3.tar.zst
nixpkgs-c6ce08422aa29dfefefa9ee18ba9f0335975a3f3.zip
libvpx: Remove unneeded assert
It fails on aarch64.
Diffstat (limited to 'pkgs/development/libraries/libvpx')
-rw-r--r--pkgs/development/libraries/libvpx/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libvpx/default.nix b/pkgs/development/libraries/libvpx/default.nix
index 7d37393d433..53feba1d191 100644
--- a/pkgs/development/libraries/libvpx/default.nix
+++ b/pkgs/development/libraries/libvpx/default.nix
@@ -44,8 +44,6 @@ let
   inherit (stdenv.lib) enableFeature optional optionals;
 in
 
-assert isi686 || isx86_64 || isArm || isMips; # Requires ARM with floating point support
-
 assert vp8DecoderSupport || vp8EncoderSupport || vp9DecoderSupport || vp9EncoderSupport;
 assert internalStatsSupport && (vp9DecoderSupport || vp9EncoderSupport) -> postprocSupport;
 /* If spatialResamplingSupport not enabled, build will fail with undeclared variable errors.