Changes between Version 2 and Version 3 of Ticket #64532, comment 8


Ignore:
Timestamp:
Jan 26, 2022, 11:46:52 PM (2 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64532, comment 8

    v2 v3  
    1 In addition, in x265, the person who wrote the cmake script figured there was nobody building on ppc32 any more, and ignores it.
     1In addition, in x265, the cmake script assumes there will be nobody building on ppc32 any more, and ignores it.
    22{{{
    33set(POWER_ALIASES ppc64 ppc64le)
    44}}}
     5
     6I will have to look again sometime at how we can build proper universal ports using cmake on Intel for the arm processor, given this. Works somehow.