diff options
author | Martin Storsjö <martin@martin.st> | 2024-12-17 14:47:28 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2024-12-18 16:03:06 +0200 |
commit | d1e37eb0cd9a551383ae675418015c16d6ce1731 (patch) | |
tree | ea1774b65aad949e5f34c0d7900b0e850a4e018b /libswscale/utils.c | |
parent | 2bb00ef59c2b5919ba777233d56612d069b0138b (diff) | |
download | ffmpeg-d1e37eb0cd9a551383ae675418015c16d6ce1731.tar.gz |
avutil/mem_internal: Don't include stdalign.h on MSVC
It's currently actually not used in MSVC builds, since
6e49b8699657b808b7dc80033f2c3f2d0e029fa3.
Older versions of MSVC (or, in particular, older versions of UCRT)
don't have stdalign.h; it's available since WinSDK 10.0.20348.0;
such a new enough version has been installed by default only since
MSVC 2022 17.4 and newer.
With this change, ffmpeg can still be built with MSVC 2019 16.8
(v19.28).
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libswscale/utils.c')
0 files changed, 0 insertions, 0 deletions