summaryrefslogtreecommitdiff
path: root/media-libs/x265/files/tests.patch
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-08-07 15:51:20 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-08-07 15:51:20 -0400
commitd3fb7aff7a785814adaa38fb631f4e10fa17227f (patch)
treed23b2981a8024e6fed4acac2409fcb9acd019f56 /media-libs/x265/files/tests.patch
parent1aca3fc57286d4e0a621ee854d57533ae66fabeb (diff)
downloadgentoo-overlay-d3fb7aff7a785814adaa38fb631f4e10fa17227f.tar.xz
gentoo-overlay-d3fb7aff7a785814adaa38fb631f4e10fa17227f.zip
media-libs/x265: drop
Diffstat (limited to 'media-libs/x265/files/tests.patch')
-rw-r--r--media-libs/x265/files/tests.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/media-libs/x265/files/tests.patch b/media-libs/x265/files/tests.patch
deleted file mode 100644
index 6c85829..0000000
--- a/media-libs/x265/files/tests.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Tests run against static library (upstream build system):
-We build main as both shared & static, main10 & 12 are static only and linked into main.
-All need PLATFORM_LIBS, so instruct cmake to also link them.
-
-Index: source/CMakeLists.txt
-===================================================================
---- source.orig/CMakeLists.txt
-+++ source/CMakeLists.txt
-@@ -578,6 +578,7 @@ endif()
- if(SVTHEVC_FOUND)
- target_link_libraries(x265-static ${SVT_HEVC_LIBRARY})
- endif()
-+target_link_libraries(x265-static ${PLATFORM_LIBS})
- install(TARGETS x265-static
- LIBRARY DESTINATION ${LIB_INSTALL_DIR}
- ARCHIVE DESTINATION ${LIB_INSTALL_DIR})