This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit f3a5f819c499a85240478b9aa97f514f005cad5c Author: Kacper Michajłow <[email protected]> AuthorDate: Sat Aug 22 17:39:44 2026 +0200 Commit: Kacper Michajłow <[email protected]> CommitDate: Tue Sep 8 03:00:16 2026 +0200 configure: remove icc version check for aligned stack icc older than 11 cannot pass the C11 support check. Signed-off-by: Kacper Michajłow <[email protected]> --- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure b/configure index d067590355..79731eb188 100755 --- a/configure +++ b/configure @@ -8018,9 +8018,7 @@ if enabled icc; then # The test above does not test linking [ -n "$lto" ] && disable symver_asm_label if enabled x86_32; then - icc_version=$($cc -dumpversion) - test ${icc_version%%.*} -ge 11 && - check_cppflags -falign-stack=maintain-16-byte || + check_cppflags -falign-stack=maintain-16-byte || disable aligned_stack fi elif enabled gcc; then -- To stop receiving notification emails like this one, please contact [email protected]. _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
