lol

Merge pull request #6323 from codyopel/libvpxbr

libvpx-git: bump commit & disable high bitdepth builds on i686

+3 -3
+3 -3
pkgs/development/libraries/libvpx/git.nix
··· 85 85 url = "https://chromium.googlesource.com/webm/libvpx"; 86 86 /* DO NOT under any circumstance ever just bump the git commit without 87 87 confirming changes have not been made to the configure system */ 88 - rev = "aa6db39a173a1f69d9d80e578bc5ca0a06d0bac3"; # 2015-2-6 89 - sha256 = "1d6lf3hksk59f50wkjidbmbglwppl5kqwmbsbi3ba83xbbpz84yp"; 88 + rev = "f4c29ae9ea16c502c980a81ca9683327d5051929"; # 2015-2-12 89 + sha256 = "1d5m3dryfdrsf3mi6bcbsndyhihzksqalzfvi21fbxxkk1imsb9x"; 90 90 }; 91 91 92 92 patchPhase = '' ··· 155 155 (mkFlag temporalDenoisingSupport "temporal-denoising") 156 156 (mkFlag vp9TemporalDenoisingSupport "vp9-temporal-denoising") 157 157 (mkFlag coefficientRangeCheckingSupport "coefficient-range-checking") 158 - (mkFlag vp9HighbitdepthSupport "vp9-highbitdepth") 158 + (mkFlag (vp9HighbitdepthSupport && !stdenv.isi686) "vp9-highbitdepth") 159 159 (mkFlag experimentalSupport "experimental") 160 160 # Experimental features 161 161 (mkFlag experimentalSpatialSvcSupport "spatial-svc")