summaryrefslogtreecommitdiffstats
path: root/src/libs/histogram/imagehistogram.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-05-03 22:45:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-05-05 20:39:01 +0900
commitf8074c05d9a2ad3b4a4e44557222ad51539b7e79 (patch)
tree6871f41bf1216ff0e5b50ed9a5c4633d8cc7bca1 /src/libs/histogram/imagehistogram.h
parent29b1c8b47576f4b6b34ff86c6dd597321e2cc8ae (diff)
downloaddigikam-f8074c05d9a2ad3b4a4e44557222ad51539b7e79.tar.gz
digikam-f8074c05d9a2ad3b4a4e44557222ad51539b7e79.zip
Fix showfoto usability.
This resolves issue #50. The problem seems to be a known issue already addressed by the original authors. This is an extract from the 'ChangeLog' file that best describes the issue: ``` Fix a linking problem with showfoto, image plugins and --enable-gcc-hidden-visibility: All image plugins link to libdigikam.so. The showfoto executable however does not link to this lib, but statically links the relevant parts. With visibility hidden, now the linker obviously cannot see the already linked DImgInterface class, and there would be two different static variables for DImgInterface::instance(). One with the loaded image, the other (from the image plugins) with a null image. ``` Linking against libdigikam.so instead of including the libraries in a static way solves the issue. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/libs/histogram/imagehistogram.h')
0 files changed, 0 insertions, 0 deletions