diff options
author | Mark H Weaver <mhw@netris.org> | 2015-02-02 00:22:51 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-02-02 03:54:42 -0500 |
commit | 3b02429c8a0b476120cb1bc63c9ddd4a3a44a37b (patch) | |
tree | 370417e7b1ba27396851ac22e503ec169019f9b0 /gnu-system.am | |
parent | 38012ed5cdf211050d64be7eb1f6164defcb9a68 (diff) | |
download | guix-3b02429c8a0b476120cb1bc63c9ddd4a3a44a37b.tar guix-3b02429c8a0b476120cb1bc63c9ddd4a3a44a37b.tar.gz |
gnu: libvpx: Apply bug fixes.
Fixes build on armhf.
* gnu/packages/patches/libvpx-fix-armhf-link.patch,
gnu/packages/patches/libvpx-fix-ssse3-quantize.patch,
gnu/packages/patches/libvpx-vp9-out-of-bounds-access.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/video.scm (libvpx): Add patches. On armhf, add additional
configure flags to avoid requiring support for NEON.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index b81a42ff96..0fb4571594 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -420,6 +420,9 @@ dist_patch_DATA = \ gnu/packages/patches/libtheora-config-guess.patch \ gnu/packages/patches/libtool-skip-tests.patch \ gnu/packages/patches/libssh-CVE-2014-0017.patch \ + gnu/packages/patches/libvpx-fix-armhf-link.patch \ + gnu/packages/patches/libvpx-fix-ssse3-quantize.patch \ + gnu/packages/patches/libvpx-vp9-out-of-bounds-access.patch \ gnu/packages/patches/lm-sensors-hwmon-attrs.patch \ gnu/packages/patches/lua51-liblua-so.patch \ gnu/packages/patches/luit-posix.patch \ |