hrydgard / ppsspp-ffmpeg

A slimmed-down build of FFMPEG used in PPSSPP. Includes h.264, atrac3+, AAC and a few other codecs.
Other
62 stars 72 forks source link

Mac: Add Universal 2 support #57

Closed MaddTheSane closed 3 years ago

MaddTheSane commented 4 years ago

Target and build x86_64 and Arm64. Note: you will need Xcode 12.2 which will probably be released when Big Sur/Apple Silicon Macs are released (it's currently in beta).

hrydgard commented 4 years ago

I'm thinking maybe we hold off until it's out of beta, to not have to commit multiple versions here? Or maybe it's stable enough already?

MaddTheSane commented 4 years ago

Agreed. Xcode 12 is out of beta, but it doesn’t have the macOS 11 SDK yet.

hrydgard commented 3 years ago

@MaddTheSane I'm looking into supporting the M1 now. Would you like to rebuild this with the latest XCode?

MaddTheSane commented 3 years ago

Will do

hrydgard commented 3 years ago

Thanks!

It works fine on an M1 Air. (PPSSPP itself needs a few minor touches, plus still struggling a little with SDL2 pkg-config but hackily got it to work)

MaddTheSane commented 3 years ago

You're welcome.