[Buildroot] [PATCH v1] qt5imageformats: fix AArch64 compile

Peter Seiderer ps.report at gmx.net
Mon Jul 25 20:52:56 UTC 2016


Hello Thomas,

On Mon, 25 Jul 2016 22:35:59 +0200, Thomas Petazzoni <thomas.petazzoni at free-electrons.com> wrote:

> Hello,
> 
> On Mon, 25 Jul 2016 22:19:52 +0200, Peter Seiderer wrote:
> 
> > +-equals(QT_ARCH, arm) {
> > ++equals(QT_ARCH, arm)|equals(QT_ARCH, arm64) {
> > +     SOURCES_FOR_NEON += \
> > +         $$PWD/libwebp/src/dsp/dec_neon.c \
> > +         $$PWD/libwebp/src/dsp/enc_neon.c \
> 
> This seems exactly identical to upstream commit
> e4c1d9ece74de212ebe5c55b134de7cb23469e2d, see
> https://github.com/qt/qtimageformats/commit/e4c1d9ece74de212ebe5c55b134de7cb23469e2d.

Thanks for the hint..., will send an update version with the upstream patch instead...

Regards,
Peter

> 
> Thomas




More information about the buildroot mailing list