CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]        2023/01/24 07:13:12

Modified files:
        graphics/ffmpeg: Makefile 
Added files:
        graphics/ffmpeg/patches: patch-libavcodec_x86_fft_asm 

Log message:
The x86 assembly FFT implementation uses dispatch tables in .text.  This is
incompatible with x-only so move them into .data.rel.ro where we can have
relocations.  But since they are in the RELRO segment they will be made
read-only by ld.so after relocations have been processed.

ok robert@ (who tested i386)

Reply via email to