diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-21 01:55:55 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-21 01:55:55 -0800 |
commit | dda7ef8789a6a3406ebdd03823b892fd9e6359f3 (patch) | |
tree | ce526bc14df115c0537e3a1b61ae82b3c2f98356 | |
parent | app-portage/repoman: ia64 stable wrt bug #705988 (diff) | |
download | gentoo-dda7ef8789a6a3406ebdd03823b892fd9e6359f3.tar.gz gentoo-dda7ef8789a6a3406ebdd03823b892fd9e6359f3.tar.bz2 gentoo-dda7ef8789a6a3406ebdd03823b892fd9e6359f3.zip |
media-libs/libvpx: remove unused patch
1.8.1 includes it and 1.8.0 no longer in the tree
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r-- | media-libs/libvpx/files/libvpx-1.8.0-ppc64le-disable-vsx.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/media-libs/libvpx/files/libvpx-1.8.0-ppc64le-disable-vsx.patch b/media-libs/libvpx/files/libvpx-1.8.0-ppc64le-disable-vsx.patch deleted file mode 100644 index 5c6a36ca8670..000000000000 --- a/media-libs/libvpx/files/libvpx-1.8.0-ppc64le-disable-vsx.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 7bf48f92e884fc01c28a4652ea0883b28744519d Mon Sep 17 00:00:00 2001 -From: Johann <johannkoenig@google.com> -Date: Mon, 10 Jun 2019 14:35:03 -0700 -Subject: [PATCH] ppc: disable vsx optimizations with hbd - -vsx optimizations do not support 32 bit tran_low_t values. - -BUG=webm:1563 - -Change-Id: I9e6348078f6e4855acfd381133eb840a435b7f81 ---- - -diff --git a/build/make/configure.sh b/build/make/configure.sh -index e950353..4a874f1 100644 ---- a/build/make/configure.sh -+++ b/build/make/configure.sh -@@ -1239,7 +1239,10 @@ - ppc64le*) - link_with_cc=gcc - setup_gnu_toolchain -- check_gcc_machine_option "vsx" -+ # Only enable vsx optimizations when vp9_highbitdepth is not enabled. -+ # https://bugs.chromium.org/p/webm/issues/detail?id=1538 -+ enabled vp9_highbitdepth || check_gcc_machine_option "vsx" -+ enabled vsx || RTCD_OPTIONS="${RTCD_OPTIONS}--disable-vsx " - if [ -n "${tune_cpu}" ]; then - case ${tune_cpu} in - power?) |