Skip to content

community/ffmpeg: re-enable asm on arm*

Minecrell requested to merge Minecrell/aports:ffmpeg-arm-asm into master

FFmpeg is pretty much unusable with --disable-asm on arm*. At some point, ASM was disabled on arm* because FFmpeg required text relocations. That does no longer seem to be the case.

The package builds just fine on arm* without --disable-asm (without triggering the textrels check) and everything runs much faster.

Merge request reports