diff options
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. |