ffmpeg | branch: master | Martin Storsjö <[email protected]> | 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ö <[email protected]> > 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 _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
