Re: [FFmpeg-devel] [PATCH] configure: arm: Don't add -march= to the compiler if no preference was passed

2021-09-20 Thread Gianfranco Costamagna
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

Re: [FFmpeg-devel] [PATCH] Update configure file to fix a build failure with gcc-11 on Ubuntu 21.10

2021-09-18 Thread Gianfranco Costamagna
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

[FFmpeg-devel] [[PATCH] configure: fix armv7 build failure with gcc-11 and Ubuntu 21.10

2021-09-18 Thread Gianfranco Costamagna
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

[FFmpeg-devel] [PATCH] Update configure file to fix a build failure with gcc-11 on Ubuntu 21.10

2021-09-18 Thread Gianfranco Costamagna
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