Fix #1076: webp images show up as black
authorColin Clark <colin.clark@cclark.uk>
Mon, 4 Sep 2023 09:51:14 +0000 (10:51 +0100)
committerColin Clark <colin.clark@cclark.uk>
Mon, 4 Sep 2023 09:51:14 +0000 (10:51 +0100)
commit4b159311f17c666c51ceca994b63b12eee841a23
tree68a7392fa95b35edf30dbb9b0565ff7e50c23c6a
parentf80d10830119ee0491895aa9cdbe723bd7992cae
Fix #1076: webp images show up as black

https://github.com/BestImageViewer/geeqie/issues/1076

Because if the problems with webp display, the in-house webp loader is
reverted to.
14 files changed:
.github/workflows/appimage-aarch64.yml
.github/workflows/appimage-minimal-aarch64.yml
.github/workflows/appimage-minimal-x86_64.yml
.github/workflows/appimage-x86_64.yml
AppImageBuilder-aarch64.yml
AppImageBuilder-x86_64.yml
config.h.in
doxygen.conf
meson.build
meson_options.txt
src/image-load-webp.cc [new file with mode: 0644]
src/image-load-webp.h [new file with mode: 0644]
src/image-load.cc
src/meson.build