Hello, thanks!
this fixes nicely my problem, and makes useless the two patches I posted
here:
please remove and drop:
https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=4892
https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=4890
and accept this one whenever possible!
thanks
Gianfran
Hello Timo
Il giorno sab 18 set 2021 alle ore 13:15 Timo Rothenpieler <
t...@rothenpieler.org> ha scritto:
> On 18.09.2021 11:06, Gianfranco Costamagna wrote:
> > New gcc changed the way it exposes armhf build flags.
> > "the architecture now has to include the cpu
CC 8 https://gcc.gnu.org/gcc-8/changes.html
Signed-off-by: Gianfranco Costamagna
Signed-off-by: Gianfranco Costamagna
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 7ac23123c7..571b70208c 100755
--- a/configure
+++ b/configure
@@ -5000
New gcc changed the way it exposes armhf build flags.
"the architecture now has to include the cpu features, see the man page, arM
options"
example of build failure:
https://launchpad.net/ubuntu/+source/ffmpeg/7:4.4-6ubuntu1/+build/22070856
Note: this syntax was introduced in GCC 8 https://gcc.g