Am Mi., 8. Juli 2020 um 12:24 Uhr schrieb Verachten Bruno <[email protected]>: > > On Tue, Jul 7, 2020 at 10:49 PM Carl Eugen Hoyos <[email protected]> wrote: > > > Am Di., 7. Juli 2020 um 21:34 Uhr schrieb Verachten Bruno < > > [email protected]>: > > > > > 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, they do not show up in config.log, if I export a value, I can reproduce your issue (or I can set a value that does not break compilation). I also confirmed that git grep mfpu did not show anything suspicious. In general, builds that use CFLAGS are not supported. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
