lavc/h264dsp: move RISC-V fn pointers to .data.rel.ro
This should fix PIC builds.
This commit is contained in:
parent
11e8319b8e
commit
4ea558152f
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ endfunc
|
|||
|
||||
.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…
Add table
Add a link
Reference in a new issue