Module: wine Branch: master Commit: d36615ee5232abfed2e9a17db6b43cfd1e722e2e URL: https://source.winehq.org/git/wine.git/?a=commit;h=d36615ee5232abfed2e9a17db... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Oct 19 10:55:21 2021 +0200 windowscodecs: Use the bundled libtiff. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- configure | 118 ----------------------- configure.ac | 14 --- dlls/windowscodecs/Makefile.in | 4 +- dlls/windowscodecs/libtiff.c | 211 +++++++++-------------------------------- dlls/windowscodecs/main.c | 4 +- dlls/windowscodecs/unix_lib.c | 6 -- include/config.h.in | 6 -- 7 files changed, 47 insertions(+), 316 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=d36615ee5232abfed2e9a...