On Thu, Apr 2, 2020 at 5:38 PM Michael Niedermayer
<mich...@niedermayer.cc> wrote:
> On Wed, Apr 01, 2020 at 12:07:55AM -0400, David Michael wrote:
> > Using a compiler with a different host triplet is considered
> > cross-compiling, even when it is for the same architecture as the
> > build system.  With such a cross-compiler, it is still valid to
> > optimize builds with --cpu=host.  Make the condition that aborts in
> > this case into a warning instead, since a cross-compiler for an
> > incompatible architecture will fail with -mtune=native anyway.
> >
> > Signed-off-by: David Michael <fedora....@gmail.com>
> > ---
> >
> > Changes since v1:
> >   * Use a warning instead of dropping the condition altogether
> >
> >  configure | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
>
> will apply

Thanks!
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to