aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/utils.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2024-12-17 14:45:21 +0200
committerMartin Storsjö <martin@martin.st>2024-12-18 13:45:09 +0200
commit2bb00ef59c2b5919ba777233d56612d069b0138b (patch)
tree2da83f006bcefc04284d9583febdbeb4bc4775b7 /libswscale/utils.c
parent8272d34377b24e52de0492fbc2e1d74efcdff248 (diff)
downloadffmpeg-2bb00ef59c2b5919ba777233d56612d069b0138b.tar.gz
aarch64: vvc: Fix building the dmvr_hv assembly with older MSVC versions
Explicitly use ldur for unaligned offsets; newer versions of armasm64 implicitly convert ldr to ldur as necessary, but older versions require it explicitly written out. This fixes these build errors: ffmpeg\libavcodec\aarch64\vvc\inter.o.asm(2039) : error A2518: operand 2: Memory offset must be aligned ldr s5, [x1, #1] ffmpeg\libavcodec\aarch64\vvc\inter.o.asm(2250) : error A2518: operand 2: Memory offset must be aligned ldr d7, [x1, #2] Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libswscale/utils.c')
0 files changed, 0 insertions, 0 deletions