]> git.sesse.net Git - ffmpeg/commit
intreadwrite: Use __unaligned in MSVC for ARM64 as well
authorMartin Storsjö <martin@martin.st>
Tue, 16 Jan 2018 13:40:24 +0000 (15:40 +0200)
committerMartin Storsjö <martin@martin.st>
Tue, 16 Jan 2018 20:52:11 +0000 (22:52 +0200)
commit85e10c0a9321bfe0d2afe0f3983ab6a8df6e3fba
tree9657db03d2ae2fa22b91a128689333af54d517ac
parentcbe28bc069dde1d53d937ee10700bb123279c7c8
intreadwrite: Use __unaligned in MSVC for ARM64 as well

This attribute is supported for this architecture in MSVC as well
(but produces errors if used for 32 bit x86).

Signed-off-by: Martin Storsjö <martin@martin.st>
libavutil/intreadwrite.h