]> git.sesse.net Git - ffmpeg/commit
vp8: armv6: fix non-armv6t2 build
authorMans Rullgard <mans@mansr.com>
Wed, 25 Apr 2012 22:09:31 +0000 (23:09 +0100)
committerMans Rullgard <mans@mansr.com>
Wed, 25 Apr 2012 22:16:31 +0000 (23:16 +0100)
commit3d11c2d76dd8aefca66de20328985dd30d7958f9
tree5e05856a113ddf5714132dc7ac8899909385a0d5
parente4ac0312339dbf45845db27ddca7b231d34bf1f4
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>
libavcodec/arm/vp8dsp_armv6.S