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

Compilation under arm64 #69

Closed Shatur closed 1 year ago

Shatur commented 1 year ago

We currently have linux_arm64.sh, but it's used for cross-compilation. But sometimes it's needed to build the project on arm64 device directly. Could you provide an option or a separate script for it?

Shatur commented 1 year ago

Here is the script I currently use.

hrydgard commented 1 year ago

Thanks, I'm happy to include that. Would you like to make a PR yourself to get the "credit", or should I just throw it in there?

Shatur commented 1 year ago

@hrydgard I'm not the author of the script, I took it from https://github.com/hrydgard/ppsspp/issues/17447#issuecomment-1575498162. And the author said to submit the issue here. So it probably would be better if you remove the commented out code from the script and include it.

hrydgard commented 1 year ago

Ah, I see. Okay, I'll include it.

hrydgard commented 1 year ago

Done.

I named it linux_arm64_native. Though we should probably revisit how all these scripts are named at some point (or integrate the ffmpeg build with the main build). Oh well.