From 392caa65df3efa8b2d48a80f08a6af4892c61c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= <martin@martin.st> Date: Fri, 4 Nov 2016 09:16:22 +0200 Subject: [PATCH] arm: vp9mc: Insert a literal pool at the middle of the file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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> --- 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 557353cb42f..cc8f2417649 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 -- GitLab