Skip to content

Fix compilation of ffmpeg on arm

Valentin David requested to merge valentindavid/ffmpeg_arm into master

On aarch64 processor but building for arm target, the architecture gets wrongly detected to be aarch64, even though runtime is arm.

Here is an example of failure on my own CI: https://gitlab.com/valentindavid/freedesktop-sdk-integration/-/jobs/53323461

Edited by Valentin David

Merge request reports