projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4ac031
)
vp8: armv6: fix non-armv6t2 build
author
Mans Rullgard
<mans@mansr.com>
Wed, 25 Apr 2012 22:09:31 +0000
(23:09 +0100)
committer
Mans Rullgard
<mans@mansr.com>
Wed, 25 Apr 2012 22:16:31 +0000
(23:16 +0100)
The assembler may fail to place literal pools close enough to
instructions referencing them. An explicit .ltorg directive
fixes this.
Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/arm/vp8dsp_armv6.S
patch
|
blob
|
history
diff --git
a/libavcodec/arm/vp8dsp_armv6.S
b/libavcodec/arm/vp8dsp_armv6.S
index dea74893aaca5f8e1b61a47d4e367ea442715ac2..08054ff262f91cc208a843a8e501602db0d5f2ac 100644
(file)
--- a/
libavcodec/arm/vp8dsp_armv6.S
+++ b/
libavcodec/arm/vp8dsp_armv6.S
@@
-1109,6
+1109,8
@@
function ff_vp8_h_loop_filter8uv_armv6, export=1
b vp8_h_loop_filter_armv6
endfunc
+.ltorg
+
@ MC
@ void put_vp8_pixels16(uint8_t *dst, int dststride, uint8_t *src,