This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 566dd2024702af2b5489ed4e3f460ec0ebe41d55 Author: Niklas Haas <[email protected]> AuthorDate: Fri Mar 20 14:42:54 2026 +0100 Commit: Niklas Haas <[email protected]> CommitDate: Thu Jun 4 11:44:22 2026 +0200 tests/fate/source-check.sh: exclude tests/checkasm/ext Pre-emptively exclude the external checkasm sources. Split off from the following merge commit to make the history easier to follow. Signed-off-by: Niklas Haas <[email protected]> --- tests/fate/source-check.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/fate/source-check.sh b/tests/fate/source-check.sh index 4d7e175784..1da5b56037 100755 --- a/tests/fate/source-check.sh +++ b/tests/fate/source-check.sh @@ -15,10 +15,10 @@ git grep -L -E "This file is part of FFmpeg|This file is part of libswresample|" "This library is free software; you can redistribute it and/or|"\ "This program is free software; you can redistribute it and/or modify|"\ "Licensed under the Apache License|"\ -"This file is placed in the public domain" | grep -E '\.c$|\.h$|\.S$|\.asm$' +"This file is placed in the public domain" | grep -E '\.c$|\.h$|\.S$|\.asm$' | grep -v tests/checkasm/ext/ echo Headers without standard inclusion guards: -for f in `git ls-files | grep '\.h$'` ; do +for f in `git ls-files | grep '\.h$' | grep -v tests/checkasm/ext/` ; do macro="`echo $f | sed \ -e 's/^lib//' \ -e 's/[^A-Za-z0-9]\{1,\}/_/g' \ _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
