FFmpeg Build Script 9.0.8
Changes since v9.0.7:
-
Every build now writes a
build.log
The entry point installs a single set of traps and startsstart_build_logging(),
which tees stdout and stderr into$CWD/build.log. The terminal keeps showing the
live output while a full copy accumulates in the file, so a bug report can carry the
whole build instead of a hand-copied tail. -
Failures point at the issue tracker
Normal exit, a failed build step and Ctrl+C all funnel into oneon_exit()handler.
It restores.git, removes the registered temp dirs and, for a genuine build failure,
prints where to report it together with the invocation arguments. The ad-hoc.git
restore trap insrc/95-ffmpeg.shis gone; that job belongs toon_exit()now.
Full Changelog: v9.0.7...v9.0.8