This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch release/4.4 in repository ffmpeg.
commit f9d1d070ec60457aca4c9b555cda920153c6e23c Author: Kacper Michajłow <[email protected]> AuthorDate: Tue Nov 18 15:42:55 2025 +0100 Commit: Michael Niedermayer <[email protected]> CommitDate: Tue May 5 18:54:54 2026 +0200 fate: add missing options in config template Fixes: f01c77157789b8e3a59ed2c9646faf8299e41641 Fixes: 523d688c2b7d5bb535bc203a2c3705d199ddf13d Signed-off-by: Kacper Michajłow <[email protected]> (cherry picked from commit 148cf615855a8ac46e9106db294dea7f79886076) Signed-off-by: Michael Niedermayer <[email protected]> --- doc/fate_config.sh.template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/fate_config.sh.template b/doc/fate_config.sh.template index ab990c3a58..ffd94bd3a6 100644 --- a/doc/fate_config.sh.template +++ b/doc/fate_config.sh.template @@ -11,16 +11,21 @@ ignore_tests= # the following are optional and map to configure options arch= cpu= +toolchain= cross_prefix= as= cc= +cxx= ld= +nm= target_os= sysroot= target_exec= target_path= target_samples= extra_cflags= +extra_cxxflags= +extra_objcflags= extra_ldflags= extra_libs= extra_conf= # extra configure options not covered above _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
