diff options
author | Martin Storsjö <martin@martin.st> | 2016-11-04 09:16:22 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2016-11-04 21:37:53 +0200 |
commit | 392caa65df3efa8b2d48a80f08a6af4892c61c08 (patch) | |
tree | 255a7d1f50e888be209556dd61d5225a688379ea | |
parent | 8ad9f9d675eab139aa2208722009eeed981460dd (diff) | |
download | ffmpeg-392caa65df3efa8b2d48a80f08a6af4892c61c08.tar.gz |
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@martin.st>
-rw-r--r-- | libavcodec/arm/vp9mc_neon.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/arm/vp9mc_neon.S b/libavcodec/arm/vp9mc_neon.S index 557353cb42..cc8f241764 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 |