[FFmpeg-devel] [PATCH] Fix gas-preprocessor to translate .rdata sections for armasm and armasm64

Martin Storsjö martin at martin.st
Wed Oct 2 11:56:24 EEST 2019


> On Oct 1, 2019, at 21:37, Lukas Fellechner <lukas.fellechner at gmx.net> wrote:
> 
> Compiling FFmpeg with gas-preprocessor.pl and armasm or armasm64 fails since FFmpeg 4.2.
> 
> New .rdata sections have been added in ARM NEON assembly code (e.g. libavutil/aarch64/asm.S).
> This fix allows gas-preprocessor to translate those sections to armasm compatible code.
> 
> Gas-preprocessor is maintained in https://github.com/FFmpeg/gas-preprocessor
> 
> ---
> gas-preprocessor.pl | 1 +
> 1 file changed, 1 insertion(+)

A fix for this issue, and a lot of other fixes as well not present in the repo referenced above, exist at https://git.libav.org/?p=gas-preprocessor.git;a=summary.

// Martin



More information about the ffmpeg-devel mailing list