CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/01/24 07:37:21
Modified files:
www/chromium : Makefile
www/iridium : Makefile
www/ungoogled-chromium: Makefile
Added files:
www/chromium/patches:
patch-third_party_ffmpeg_libavcodec_x86_fft_asm
www/iridium/patches:
patch-third_party_ffmpeg_libavcodec_x86_fft_asm
www/ungoogled-chromium/patches:
patch-third_party_ffmpeg_libavcodec_x86_fft_asm
Log message:
backport x-only amd64 ffmpeg asm patch from kettenis@:
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.