Quote:
Originally Posted by kiwilex
Hi OfficerAction,
Did you build libjpeg-turbo and rebuild qt with a dynamic link on libjpeg-turbo ? or Did you just replace libjpeg.so by your compiled libjpeg-turbo ?
I'm planning to update my fork.
Thanks.
|
You have to rebuild it.
In the config I changed:
-qt-libjpeg -qt-zlib -qt-libpng -qt-freetype -qt-harfbuzz -qt-pcre
To:
-system-libjpeg -system-zlib -system-libpng -system-freetype -system-harfbuzz -system-pcre -no-fontconfig
And of course you have to cross compile the respective libs first.