You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
vp8: armv6: fix non-armv6t2 build
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>
This commit is contained in:
@@ -1109,6 +1109,8 @@ function ff_vp8_h_loop_filter8uv_armv6, export=1
|
|||||||
b vp8_h_loop_filter_armv6
|
b vp8_h_loop_filter_armv6
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
|
.ltorg
|
||||||
|
|
||||||
@ MC
|
@ MC
|
||||||
|
|
||||||
@ void put_vp8_pixels16(uint8_t *dst, int dststride, uint8_t *src,
|
@ void put_vp8_pixels16(uint8_t *dst, int dststride, uint8_t *src,
|
||||||
|
Reference in New Issue
Block a user