lavc/h264dsp: move RISC-V fn pointers to .data.rel.ro

This should fix PIC builds.
This commit is contained in:
Rémi Denis-Courmont 2024-11-16 08:57:54 +02:00
parent 0b8c9cf5b4
commit c3051d94a7

View File

@ -160,7 +160,7 @@ h264_weight 8, 16
.global ff_h264_weight_funcs_8_rvv
.hidden ff_h264_weight_funcs_8_rvv
const ff_h264_weight_funcs_8_rvv
const ff_h264_weight_funcs_8_rvv, relocate=1
.irp w, 16, 8, 4, 2
#if __riscv_xlen == 32
.word ff_h264_weight_pixels\w\()_8_rvv