[FFmpeg-cvslog] arm: vp9mc: Insert a literal pool at the middle of the file

Martin Storsjö git at videolan.org
Thu Mar 30 11:57:34 EEST 2017


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Fri Nov  4 09:16:22 2016 +0200| [392caa65df3efa8b2d48a80f08a6af4892c61c08] | committer: Martin Storsjö

arm: vp9mc: Insert a literal pool at the middle of the file

This fixes errors like this when building non-pic binaries with armv6
as baseline:

Error: invalid literal constant: pool needs to be closer

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=392caa65df3efa8b2d48a80f08a6af4892c61c08
---

 libavcodec/arm/vp9mc_neon.S | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/arm/vp9mc_neon.S b/libavcodec/arm/vp9mc_neon.S
index 557353c..cc8f241 100644
--- a/libavcodec/arm/vp9mc_neon.S
+++ b/libavcodec/arm/vp9mc_neon.S
@@ -484,6 +484,7 @@ do_8tap_h_filters 16
 do_8tap_h_filters 8
 do_8tap_h_filters 4
 
+.ltorg
 
 @ Vertical filters
 



More information about the ffmpeg-cvslog mailing list