<div dir="ltr">---<br> source/CMakeLists.txt | 4 ++--<br> 1 file changed, 2 insertions(+), 2 deletions(-)<br><br>diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt<br>index e1c83bf97..49bf35a38 100755<br>--- a/source/CMakeLists.txt<br>+++ b/source/CMakeLists.txt<br>@@ -394,7 +394,7 @@ if(EXTRA_LIB)<br> endif(EXTRA_LIB)<br> mark_as_advanced(EXTRA_LIB EXTRA_LINK_FLAGS)<br> <br>-if(X64)<br>+if(X64 OR ARM64 OR PPC64)<br>     # NOTE: We only officially support high-bit-depth compiles of x265<br>     # on 64bit architectures. Main10 plus large resolution plus slow<br>     # preset plus 32bit address space usually means malloc failure.  You<br>@@ -403,7 +403,7 @@ if(X64)<br>     # license" so to speak.  If it breaks you get to keep both halves.<br>     # You will need to disable assembly manually.<br>     option(HIGH_BIT_DEPTH "Store pixel samples as 16bit values (Main10/Main12)" OFF)<br>-endif(X64)<br>+endif(X64 OR ARM64 OR PPC64)<br> if(HIGH_BIT_DEPTH)<br>     option(MAIN12 "Support Main12 instead of Main10" OFF)<br>     if(MAIN12)<font color="#888888"><br>--<br>2.37.1 (Apple Git-137.1)</font><br></div>