Re: [FFmpeg-user] Compiling on an aarch64 machine

2020-07-09 Thread Moritz Barsnick
On Thu, Jul 09, 2020 at 10:16:29 +0200, Verachten Bruno wrote: > The fact that FFMpeg does not compile without this trick of exporting an > empty CFLAGS variable on aarch64 there: https://trac.ffmpeg.org/ . > If you consider this is not a bug, that's perfect for me, but in my point > of view, that

Re: [FFmpeg-user] Compiling on an aarch64 machine

2020-07-09 Thread Verachten Bruno
> Could this behaviour be considered as a bug? If so, I can file it. > What would you like to report where? > The fact that FFMpeg does not compile without this trick of exporting an empty CFLAGS variable on aarch64 there: https://trac.ffmpeg.org/ . If you consider this is not a bug, that's perfec

Re: [FFmpeg-user] Compiling on an aarch64 machine

2020-07-08 Thread Carl Eugen Hoyos
Am Mi., 8. Juli 2020 um 21:36 Uhr schrieb Verachten Bruno : > Could this behaviour be considered as a bug? If so, I can file it. What would you like to report where? Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mail

Re: [FFmpeg-user] Compiling on an aarch64 machine

2020-07-08 Thread Verachten Bruno
> > > CFLAGS='-mfpu=neon' > > > This is apparently not ignored (I thought it should be) and you are > > > therefore responsible not to set these variables. > > Thanks a lot. Unfortunately, These variables are not set on my machine... > > or am I mistaken? > I tested that if I don't export CFLAGS,

Re: [FFmpeg-user] Compiling on an aarch64 machine

2020-07-08 Thread Carl Eugen Hoyos
Am Mi., 8. Juli 2020 um 12:24 Uhr schrieb Verachten Bruno : > > On Tue, Jul 7, 2020 at 10:49 PM Carl Eugen Hoyos wrote: > > > Am Di., 7. Juli 2020 um 21:34 Uhr schrieb Verachten Bruno < > > gount...@gmail.com>: > > > > > CFLAGS='-mfpu=neon' > > > > This is apparently not ignored (I thought it shou

Re: [FFmpeg-user] Compiling on an aarch64 machine

2020-07-08 Thread Carl Zwanzig
On 7/8/2020 3:24 AM, Verachten Bruno wrote: On Tue, Jul 7, 2020 at 10:49 PM Carl Eugen Hoyos wrote: Am Di., 7. Juli 2020 um 21:34 Uhr schrieb Verachten Bruno : CFLAGS='-mfpu=neon' This is apparently not ignored (I thought it should be) and you are therefore responsible not to set these var

Re: [FFmpeg-user] Compiling on an aarch64 machine

2020-07-08 Thread Verachten Bruno
On Tue, Jul 7, 2020 at 10:49 PM Carl Eugen Hoyos wrote: > Am Di., 7. Juli 2020 um 21:34 Uhr schrieb Verachten Bruno < > gount...@gmail.com>: > > > CFLAGS='-mfpu=neon' > > This is apparently not ignored (I thought it should be) and you are > therefore responsible not to set these variables. Thank

Re: [FFmpeg-user] Compiling on an aarch64 machine

2020-07-07 Thread Carl Eugen Hoyos
Am Di., 7. Juli 2020 um 21:34 Uhr schrieb Verachten Bruno : > CFLAGS='-mfpu=neon' This is apparently not ignored (I thought it should be) and you are therefore responsible not to set these variables. Please find out what top-posting means and avoid it here. Carl Eugen __

Re: [FFmpeg-user] Compiling on an aarch64 machine

2020-07-07 Thread Carl Eugen Hoyos
Am Di., 7. Juli 2020 um 16:07 Uhr schrieb Verachten Bruno : > Include the log file "ffbuild/config.log" produced by configure as this > will help solve the problem. What is unclear about this request? Carl Eugen ___ ffmpeg-user mailing list ffmpeg-use

[FFmpeg-user] Compiling on an aarch64 machine

2020-07-07 Thread Verachten Bruno
Hi, I had already compiled ffmpeg on a 32bits OS for my aarch64 machine without too much trouble, but now that I have a 64bits OS, I'd like to compile ffmpeg too. The issue I have is that gcc is started with bad options (I'm not sure of that, that's what I think I understood): mktemp -u XX ZgA