summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2014-05-29 10:58:33 +0400
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-06-04 15:10:37 +0200
commit1c66c5786c35a7d841e0004757cff06da3f9a2cc (patch)
tree2769dc9c221f35b2c562552db6bcd92ffc482134 /.qmake.conf
parentbcc7909dfe9d89f793919bc96abdfd6b704c4c0e (diff)
Make QWebpHandler::write() work on big endian systemsv5.3.1stable
Currently, we convert image to Format_ARGB32. This means that on big endian systems the order of bytes will be (0xAA, 0xRR, 0xGG, 0xBB). However, in WebP library there is no function to import bytes in ARGB format. This commit makes us use Format_RGBA8888 and WebPPictureImportRGBA on big endian systems, which will make the function work correctly. Change-Id: I5f347f3ec66f0a57df0d40d4900b1573f9400506 Reviewed-by: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> Reviewed-by: aavit <eirik.aavitsland@digia.com>
Diffstat (limited to '.qmake.conf')
0 files changed, 0 insertions, 0 deletions