Re: [FFmpeg-devel] [PATCH 2/2] avutil/mem_internal: Don't include stdalign.h on MSVC

2024-12-17 Thread Martin Storsjö
On Tue, 17 Dec 2024, Hendrik Leppkes wrote: On Tue, Dec 17, 2024 at 2:44 PM Zhao Zhili wrote: > On Dec 17, 2024, at 21:13, Martin Storsjö wrote: > > It's currently actually not used in MSVC builds, since > 6e49b8699657b808b7dc80033f2c3f2d0e029fa3. > > Older versions of MSVC (or, in particu

Re: [FFmpeg-devel] [PATCH 2/2] avutil/mem_internal: Don't include stdalign.h on MSVC

2024-12-17 Thread Hendrik Leppkes
On Tue, Dec 17, 2024 at 2:44 PM Zhao Zhili wrote: > > > > > On Dec 17, 2024, at 21:13, Martin Storsjö wrote: > > > > It's currently actually not used in MSVC builds, since > > 6e49b8699657b808b7dc80033f2c3f2d0e029fa3. > > > > Older versions of MSVC (or, in particular, older versions of UCRT) > >

Re: [FFmpeg-devel] [PATCH 2/2] avutil/mem_internal: Don't include stdalign.h on MSVC

2024-12-17 Thread Zhao Zhili
> On Dec 17, 2024, at 21:13, Martin Storsjö wrote: > > 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.22000.0, >

[FFmpeg-devel] [PATCH 2/2] avutil/mem_internal: Don't include stdalign.h on MSVC

2024-12-17 Thread Martin Storsjö
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.22000.0, shipped along with MSVC 2022 17.4 and newer. With this change, ffmpe