Browse Source

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>
tags/n3.3
Martin Storsjö 9 years ago
parent
commit
392caa65df
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/arm/vp9mc_neon.S

+ 1
- 0
libavcodec/arm/vp9mc_neon.S View File

@@ -484,6 +484,7 @@ do_8tap_h_filters 16
do_8tap_h_filters 8 do_8tap_h_filters 8
do_8tap_h_filters 4 do_8tap_h_filters 4


.ltorg


@ Vertical filters @ Vertical filters




Loading…
Cancel
Save