diff options
author | Martin Storsjö <martin@martin.st> | 2020-04-19 00:24:06 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2020-04-20 00:09:34 +0300 |
commit | 872790b1f9be65d5fba2ddc0357f989001ecbd33 (patch) | |
tree | 25e0097e0527656bc222a56166148bed819a6352 /Makefile | |
parent | 16650beedf52627396c59958d6adc7b8247090f4 (diff) | |
download | ffmpeg-872790b1f9be65d5fba2ddc0357f989001ecbd33.tar.gz |
swscale: aarch64: Avoid using the x18 register
The x18 is a reserved platform register on Darwin and Windows.
x8/w8 seems to be unused in this function though (and same about
x10 and x14), so there's really no reason to use x18 here - just change
the uses of x18/w18 into x8/w8 instead without any further rewrites.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions