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

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

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

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

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.

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