Module: wine Branch: master Commit: c3d8a29a049921feb7d4ce57c134158fad4809c7 URL: https://source.winehq.org/git/wine.git/?a=commit;h=c3d8a29a049921feb7d4ce57c...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Oct 18 14:36:33 2021 +0200
windowscodecs: Use the bundled libpng.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
configure | 120 ------------------ configure.ac | 17 --- dlls/windowscodecs/Makefile.in | 4 +- dlls/windowscodecs/libpng.c | 280 ++++++++--------------------------------- dlls/windowscodecs/pngformat.c | 4 +- dlls/windowscodecs/unix_lib.c | 7 -- include/config.h.in | 6 - 7 files changed, 54 insertions(+), 384 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=c3d8a29a049921feb7d4c...