libpng icon indicating copy to clipboard operation
libpng copied to clipboard

PPC64 and APNG

Open szukw000 opened this issue 4 years ago • 1 comments

On a PPC64-G5 machine I get the following info:

VERSION( libpng version 1.6.37 - April 14, 2019)
PNG_INFO_acTL(0x20000)
png_get_valid(0)
png_get_acTL(0)

Thus: no compilation of APNG images.

What is wrong? winfried

szukw000 avatar Sep 30 '20 07:09 szukw000

For CMAKE, the application program had to add some paths. I only now saw that I wrote:

-DPNG_LIBRARY_RELEASE:path="/usr/lib/"libpng16.so

instead of

-DPNG_LIBRARY_RELEASE:path="/usr/lib/libpng16.so"

debian-8.11 uses libpng-1.2 . winfried

szukw000 avatar Sep 30 '20 16:09 szukw000