Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cross_compile_ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ do_configure() {
autoreconf -fiv # a handful of them require this to create ./configure :|
fi
rm -f already_* # reset
chmod u+x "$configure_name" # In non-windows environments, with devcontainers, the configuration file doesn't have execution permissions
nice -n 5 "$configure_name" $configure_options || { echo "failed configure $english_name"; exit 1;} # less nicey than make (since single thread, and what if you're running another ffmpeg nice build elsewhere?)
touch -- "$touch_name"
echo "doing preventative make clean"
Expand Down