[x265] [PATCH] Fixed Build issue in mac
Ponsanthini Arunachalam
ponsanthini.arunachalam at multicorewareinc.com
Tue Aug 29 09:01:48 UTC 2023
---
source/CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt
index e1c83bf97..49bf35a38 100755
--- a/source/CMakeLists.txt
+++ b/source/CMakeLists.txt
@@ -394,7 +394,7 @@ if(EXTRA_LIB)
endif(EXTRA_LIB)
mark_as_advanced(EXTRA_LIB EXTRA_LINK_FLAGS)
-if(X64)
+if(X64 OR ARM64 OR PPC64)
# NOTE: We only officially support high-bit-depth compiles of x265
# on 64bit architectures. Main10 plus large resolution plus slow
# preset plus 32bit address space usually means malloc failure. You
@@ -403,7 +403,7 @@ if(X64)
# license" so to speak. If it breaks you get to keep both halves.
# You will need to disable assembly manually.
option(HIGH_BIT_DEPTH "Store pixel samples as 16bit values
(Main10/Main12)" OFF)
-endif(X64)
+endif(X64 OR ARM64 OR PPC64)
if(HIGH_BIT_DEPTH)
option(MAIN12 "Support Main12 instead of Main10" OFF)
if(MAIN12)
--
2.37.1 (Apple Git-137.1)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20230829/3cb8a01d/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fixed-Build-issue-in-mac.patch
Type: application/octet-stream
Size: 1208 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20230829/3cb8a01d/attachment.obj>
More information about the x265-devel
mailing list