diff options
author | 2019-02-16 20:37:05 +0100 | |
---|---|---|
committer | 2019-02-21 11:29:10 +0100 | |
commit | 6ec283cc09751de50cb70f74e8943019a68499ad (patch) | |
tree | 2c8eedf7ceb9f8d909f68adc26d6cee1978f5476 /media-video | |
parent | dev-db/sqlite: bump 3.27.1 (diff) | |
download | gentoo-6ec283cc09751de50cb70f74e8943019a68499ad.tar.gz gentoo-6ec283cc09751de50cb70f74e8943019a68499ad.tar.bz2 gentoo-6ec283cc09751de50cb70f74e8943019a68499ad.zip |
media-video/libav: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11075
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/libav/files/libav-11.3-libvpx-1.5.0.patch | 47 | ||||
-rw-r--r-- | media-video/libav/files/libav-11.8-perl526.patch | 12 |
2 files changed, 0 insertions, 59 deletions
diff --git a/media-video/libav/files/libav-11.3-libvpx-1.5.0.patch b/media-video/libav/files/libav-11.3-libvpx-1.5.0.patch deleted file mode 100644 index 6844a152b7a5..000000000000 --- a/media-video/libav/files/libav-11.3-libvpx-1.5.0.patch +++ /dev/null @@ -1,47 +0,0 @@ -https://bugs.gentoo.org/565696 - -commit 4d05e9392f84702e3c833efa86e84c7f1cf5f612 -Author: James Zern <jzern@google.com> -Date: Mon Oct 19 22:44:11 2015 -0700 - - libvpxenc: remove some unused ctrl id mappings - - VP8E_UPD_ENTROPY, VP8E_UPD_REFERENCE, VP8E_USE_REFERENCE were removed - from libvpx and the remaining values were never used here - - Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> - Signed-off-by: James Zern <jzern@google.com> - Signed-off-by: Luca Barbato <lu_zero@gentoo.org> - -diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c -index 563117f..d1e2523 100644 ---- a/libavcodec/libvpxenc.c -+++ b/libavcodec/libvpxenc.c -@@ -71,23 +71,15 @@ typedef struct VP8EncoderContext { - - /** String mappings for enum vp8e_enc_control_id */ - static const char *const ctlidstr[] = { -- [VP8E_UPD_ENTROPY] = "VP8E_UPD_ENTROPY", -- [VP8E_UPD_REFERENCE] = "VP8E_UPD_REFERENCE", -- [VP8E_USE_REFERENCE] = "VP8E_USE_REFERENCE", -- [VP8E_SET_ROI_MAP] = "VP8E_SET_ROI_MAP", -- [VP8E_SET_ACTIVEMAP] = "VP8E_SET_ACTIVEMAP", -- [VP8E_SET_SCALEMODE] = "VP8E_SET_SCALEMODE", -+ [VP8E_SET_ARNR_MAXFRAMES] = "VP8E_SET_ARNR_MAXFRAMES", -+ [VP8E_SET_ARNR_STRENGTH] = "VP8E_SET_ARNR_STRENGTH", -+ [VP8E_SET_ARNR_TYPE] = "VP8E_SET_ARNR_TYPE", - [VP8E_SET_CPUUSED] = "VP8E_SET_CPUUSED", -+ [VP8E_SET_CQ_LEVEL] = "VP8E_SET_CQ_LEVEL", - [VP8E_SET_ENABLEAUTOALTREF] = "VP8E_SET_ENABLEAUTOALTREF", - [VP8E_SET_NOISE_SENSITIVITY] = "VP8E_SET_NOISE_SENSITIVITY", -- [VP8E_SET_SHARPNESS] = "VP8E_SET_SHARPNESS", - [VP8E_SET_STATIC_THRESHOLD] = "VP8E_SET_STATIC_THRESHOLD", - [VP8E_SET_TOKEN_PARTITIONS] = "VP8E_SET_TOKEN_PARTITIONS", -- [VP8E_GET_LAST_QUANTIZER] = "VP8E_GET_LAST_QUANTIZER", -- [VP8E_SET_ARNR_MAXFRAMES] = "VP8E_SET_ARNR_MAXFRAMES", -- [VP8E_SET_ARNR_STRENGTH] = "VP8E_SET_ARNR_STRENGTH", -- [VP8E_SET_ARNR_TYPE] = "VP8E_SET_ARNR_TYPE", -- [VP8E_SET_CQ_LEVEL] = "VP8E_SET_CQ_LEVEL", - }; - - static av_cold void log_encoder_error(AVCodecContext *avctx, const char *desc) diff --git a/media-video/libav/files/libav-11.8-perl526.patch b/media-video/libav/files/libav-11.8-perl526.patch deleted file mode 100644 index d9625c653dec..000000000000 --- a/media-video/libav/files/libav-11.8-perl526.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN libav-11.8.orig/doc/texi2pod.pl libav-11.8/doc/texi2pod.pl ---- libav-11.8.orig/doc/texi2pod.pl 2016-09-06 18:09:14.000000000 +0200 -+++ libav-11.8/doc/texi2pod.pl 2018-02-16 18:25:11.823113370 +0100 -@@ -379,7 +379,7 @@ - # @* is also impossible in .pod; we discard it and any newline that - # follows it. Similarly, our macro @gol must be discarded. - -- s/\@anchor{(?:[^\}]*)\}//g; -+ s/\@anchor\{(?:[^\}]*)\}//g; - s/\(?\@xref\{(?:[^\}]*)\}(?:[^.<]|(?:<[^<>]*>))*\.\)?//g; - s/\s+\(\@pxref\{(?:[^\}]*)\}\)//g; - s/;\s+\@pxref\{(?:[^\}]*)\}//g; |