summarylogtreecommitdiffstats
path: root/libx265_main12-soname.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libx265_main12-soname.patch')
-rw-r--r--libx265_main12-soname.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/libx265_main12-soname.patch b/libx265_main12-soname.patch
deleted file mode 100644
index 335366f9a720..000000000000
--- a/libx265_main12-soname.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -rupN x265/source/CMakeLists.txt x265-10bit/source/CMakeLists.txt
---- x265/source/CMakeLists.txt 2015-06-11 09:46:35.227652244 +0200
-+++ x265-10bit/source/CMakeLists.txt 2015-06-11 09:55:15.561256669 +0200
-@@ -427,6 +427,7 @@ if(ENABLE_SHARED)
- set_target_properties(x265-shared PROPERTIES OUTPUT_NAME x265)
- endif()
- if(UNIX)
-+ set_target_properties(x265-shared PROPERTIES OUTPUT_NAME x265_main12)
- set_target_properties(x265-shared PROPERTIES VERSION ${X265_BUILD})
- if(APPLE)
- set_target_properties(x265-shared PROPERTIES MACOSX_RPATH 1)