Using the following command to build the above
AUTOBUILD_CONFIGURE_EXTRA=--enable-libffmpeg_static\ --enable-vaapi\ --enable-trace\ --enable-debug ./Autobuild.sh
the following is reported
OS identified using lsb_release command
On branch master
Your branch is up to date with 'origin/master'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
debian/.debhelper/
nothing added to commit but untracked files present (use "git add" to track)
From what I can see i'm being asked to git add <file> which I assume is debian/ .debhelper/ I haven't noticed this request before.Has there been a change to the git recently that would prompt this request. The latest commit built fine but according to this message nothing was added.