mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-26 13:00:33 +00:00
ARM: fix vp8 neon with pic enabled
The assembler emits literal pools too far from the load instructions,
so we must do it explicitly at a suitable location.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 8b454c352f
)
This commit is contained in:
parent
bbd289aa18
commit
cf9c227e58
@ -1294,6 +1294,8 @@ function ff_put_vp8_epel8_h4v6_neon, export=1
|
||||
pop {r4,pc}
|
||||
endfunc
|
||||
|
||||
.ltorg
|
||||
|
||||
function ff_put_vp8_epel4_v6_neon, export=1
|
||||
sub r2, r2, r3, lsl #1
|
||||
push {r4,lr}
|
||||
|
Loading…
Reference in New Issue
Block a user