summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-06-16 11:16:38 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-06-16 11:36:29 +0200
commit0ef1e5f072a695444bdfe65e8bb1e59291ca0288 (patch)
treed06cb1b3afc2210c41cd5c74800461b73b40a6ba /media-libs/kvazaar/files
parentmedia-libs/kvazaar: backport upstream fix to build with gcc7. (diff)
downloadgentoo-0ef1e5f072a695444bdfe65e8bb1e59291ca0288.tar.gz
gentoo-0ef1e5f072a695444bdfe65e8bb1e59291ca0288.tar.bz2
gentoo-0ef1e5f072a695444bdfe65e8bb1e59291ca0288.zip
media-libs/kvazaar: remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-libs/kvazaar/files')
-rw-r--r--media-libs/kvazaar/files/ppc.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/media-libs/kvazaar/files/ppc.patch b/media-libs/kvazaar/files/ppc.patch
deleted file mode 100644
index 9ee9f70e49f1..000000000000
--- a/media-libs/kvazaar/files/ppc.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-commit 99e37ec23532a247b9e306ef87e9879385c625d8
-Author: Ari Lemmetti <ari.lemmetti@gmail.com>
-Date: Sat Jan 30 19:33:09 2016 +0200
-
- Update old pixel type to the current one
-
-diff --git a/src/strategies/altivec/picture-altivec.c b/src/strategies/altivec/picture-altivec.c
-index 7c9d1fb..28e86e8 100644
---- a/src/strategies/altivec/picture-altivec.c
-+++ b/src/strategies/altivec/picture-altivec.c
-@@ -28,7 +28,7 @@
- #include <stdlib.h>
-
-
--static unsigned reg_sad_altivec(const pixel * const data1, const pixel * const data2,
-+static unsigned reg_sad_altivec(const kvz_pixel * const data1, const kvz_pixel * const data2,
- const int width, const int height, const unsigned stride1, const unsigned stride2)
- {
- vector unsigned int vsad = {0,0,0,0}, vzero = {0,0,0,0};