This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit a96d341b74383b1fa44f54ca27c66d22bcccefc1 Author: Kacper Michajłow <[email protected]> AuthorDate: Sat Aug 22 17:39:07 2026 +0200 Commit: Kacper Michajłow <[email protected]> CommitDate: Tue Sep 8 03:00:15 2026 +0200 configure: remove open64 support Development ended in 2011 without a C11 release, and nothing acted on the detected type anyway. Signed-off-by: Kacper Michajłow <[email protected]> --- configure | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configure b/configure index f8283294d2..1901543133 100755 --- a/configure +++ b/configure @@ -5380,13 +5380,6 @@ probe_cc(){ _cflags_speed='-O5' _cflags_size='-O5 -xspace' _flags_filter=suncc_flags - elif $_cc -v 2>&1 | grep -q Open64; then - _type=open64 - _ident=$($_cc -v 2>&1 | head -n1 | tr -d :) - _depflags='-MMD -MF $(@:.o=.d) -MT $@' - _cflags_speed='-O2' - _cflags_size='-Os' - _flags_filter='filter_out -Wdisabled-optimization|-Wtype-limits|-fno-signed-zeros' elif $_cc 2>&1 | grep -q 'Microsoft.*ARM.*Assembler'; then _type=armasm _ident=$($_cc | head -n1) -- 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]
