ARM: fix vp8 neon with pic enabled
authorMans Rullgard <mans@mansr.com>
Sat, 26 Feb 2011 18:04:53 +0000 (18:04 +0000)
committerMans Rullgard <mans@mansr.com>
Sun, 27 Feb 2011 13:53:21 +0000 (13:53 +0000)
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>
libavcodec/arm/vp8dsp_neon.S

index 01c3959..2333090 100644 (file)
@@ -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}