#8523 closed patch
Support for building on MacIntel + proper Altivec check
Reported by: | (none) | Owned by: | vinterstum |
---|---|---|---|
Priority: | normal | Component: | Port: Mac OS X |
Version: | Keywords: | ||
Cc: | Game: |
Description
Some small changes to the source tree to allow simple building on the new MacIntel machines.
Notable changes:
* Configure does a proper check for Altivec rather than enabling automatically * Some endianness changes in backends/midi/quicktime * NASM isn't fixed yet; so you'll need to use --disable-nasm for now.
I've tested this on both a Powerbook G4 and a MacBook with a handful of titles and everything seems to be working on both platforms.
One thing to note is that this does not actually build Universal binaries. I just built them separately and used lipo to glue them together.
The patch is against SVN as of 20060312.
Ticket imported from: #1448395. Ticket imported from: patches/628.
Attachments (1)
Change History (4)
by , 19 years ago
Attachment: | macintel+altivec.diff.gz added |
---|
comment:1 by , 19 years ago
Thanks :)
Commited this with some changes, and a couple of other additions.
comment:2 by , 19 years ago
Owner: | set to |
---|---|
Status: | new → closed |
comment:3 by , 6 years ago
Component: | → Port: Mac OS X |
---|
Macintel Fixes + Altivec check