mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-06 23:04:54 +00:00
lavc/h264dsp: move RISC-V fn pointers to .data.rel.ro
This should fix PIC builds.
This commit is contained in:
parent
0b8c9cf5b4
commit
c3051d94a7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user