This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 61b1fb1d000fd812f56df618a7b577474e157aea Author: Andreas Rheinhardt <[email protected]> AuthorDate: Tue Feb 10 11:50:50 2026 +0100 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Sat Feb 14 20:15:13 2026 +0100 .forgejo/workflows: Test hardcoded tables Should detect breakages like the one caused by commit d8ffec5bf9a2803f55cc0822a97b7815f24bee83 (fixed in 1d47ae65bf6df91246cbe25c997b25947f7a4d1d). Reviewed-by: Timo Rothenpieler <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]> --- .forgejo/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index a9c9978e53..633330ab74 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -82,6 +82,7 @@ jobs: --extra-cflags="$FF_CFLAGS" --extra-cxxflags="$FF_CXXFLAGS" \ --extra-libs="$FF_LIBS" --extra-ldflags="$FF_LDFLAGS" --extra-ldexeflags="$FF_LDEXEFLAGS" \ --enable-memory-poisoning --assert-level=2 --target-exec="${{ matrix.target_exec }}" \ + --enable-hardcoded-tables \ || CFGRES=$? cat ffbuild/config.log exit ${CFGRES:-0} _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
