MuPDF: Unbreak RGB->BGR swap#1808
Conversation
fz_default_color_params is no longer a function, but a plain constant. Regression since koreader#1805 Re: koreader/koreader#11952
This comment was marked as outdated.
This comment was marked as outdated.
|
Commenting the line self.hasBGRFrameBuffer = yes in device.lua for Kobo makes it work. Thanks |
|
Another random query, as I'm unfamiliar with the whole thing: |
|
Eh, wrapped it. Also, tested it now ;p. Which means I had my first new buildsystem experience: she goes! (Add ~10s for a clean clone, this was a rebuild so the sources were downloaded already). (And there's still potentially a lot of headroom for more //, as it's a 32 threads machine, so that 990% could theoretically go as high as 3200%. Emphasis on "theoretically": I run Gentoo, so I'm aware that you'd have to push pretty hard to saturate it, unless you're building something gigantic ;)). Kudos @benoit-pierre ;). |
fz_default_color_paramsis no longer a function, but a plain constant.Regression since #1805
Re: koreader/koreader#11952
This change is