mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
b20c4c6f98
This update was done by running this command:
$ git subtree pull --squash --prefix=tests/checkasm/ext \
https://code.ffmpeg.org/FFmpeg/checkasm.git master
This includes fixes for a couple regressions noted after integrating
the new external checkasm into ffmpeg:
- Fixes spurious errors about missing vzeroupper in C code generated
by MSVC, fixing https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/23360
- Fixes building for WINAPI_FAMILY_PHONE_APP, and for UWP with older
Windows SDKs, https://code.videolan.org/videolan/checkasm/-/work_items/37
- Fixes building in x86_32 mode for Windows with --disable-asm,
https://code.videolan.org/videolan/checkasm/-/work_items/36