community/ffmpeg: re-enable asm on arm*
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.