diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-10-16 11:47:49 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-10-16 11:47:49 +0200 |
commit | d50d34a22ec5e84044b96f36fd4551cd6b3e4c2b (patch) | |
tree | ea34f49888ba92f50d5e6816c3bbe2fb0eb6f709 /media-libs/x265/files | |
parent | media-libs/x265: Add patch to fix link order when doing multi-variant build. (diff) | |
download | gentoo-d50d34a22ec5e84044b96f36fd4551cd6b3e4c2b.tar.gz gentoo-d50d34a22ec5e84044b96f36fd4551cd6b3e4c2b.tar.bz2 gentoo-d50d34a22ec5e84044b96f36fd4551cd6b3e4c2b.zip |
media-libs/x265: Add links to upstream pull requests in patches.
Package-Manager: portage-2.2.23
Diffstat (limited to 'media-libs/x265/files')
-rw-r--r-- | media-libs/x265/files/1.8-build-Disable-march-selection-from-CMakeLists.txt.patch | 2 | ||||
-rw-r--r-- | media-libs/x265/files/1.8-extralibs_order.patch | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/media-libs/x265/files/1.8-build-Disable-march-selection-from-CMakeLists.txt.patch b/media-libs/x265/files/1.8-build-Disable-march-selection-from-CMakeLists.txt.patch index 33ee254661cf..a2e8f0d0477b 100644 --- a/media-libs/x265/files/1.8-build-Disable-march-selection-from-CMakeLists.txt.patch +++ b/media-libs/x265/files/1.8-build-Disable-march-selection-from-CMakeLists.txt.patch @@ -1,3 +1,5 @@ +https://bitbucket.org/multicoreware/x265/pull-requests/21 + From e89069148db716d30fb81c798d0cfd83250a9f5a Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin <bertrand@jacquin.bzh> Date: Sat, 10 Oct 2015 00:05:41 +0100 diff --git a/media-libs/x265/files/1.8-extralibs_order.patch b/media-libs/x265/files/1.8-extralibs_order.patch index 95f6887eb725..e30c0f96573c 100644 --- a/media-libs/x265/files/1.8-extralibs_order.patch +++ b/media-libs/x265/files/1.8-extralibs_order.patch @@ -1,3 +1,5 @@ +https://bitbucket.org/multicoreware/x265/pull-requests/22 + Link EXTRA_LIB before PLATFORM_LIBS since they're static libraries and as-needed might drop required libraries if they come after. |