gnu: libvpx: Apply bug fixes.
authorMark H Weaver <mhw@netris.org>
Mon, 2 Feb 2015 05:22:51 +0000 (00:22 -0500)
committerMark H Weaver <mhw@netris.org>
Mon, 2 Feb 2015 08:54:42 +0000 (03:54 -0500)
commit3b02429c8a0b476120cb1bc63c9ddd4a3a44a37b
tree370417e7b1ba27396851ac22e503ec169019f9b0
parent38012ed5cdf211050d64be7eb1f6164defcb9a68
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.
gnu-system.am
gnu/packages/patches/libvpx-fix-armhf-link.patch [new file with mode: 0644]
gnu/packages/patches/libvpx-fix-ssse3-quantize.patch [new file with mode: 0644]
gnu/packages/patches/libvpx-vp9-out-of-bounds-access.patch [new file with mode: 0644]
gnu/packages/video.scm