From 019c8218f07fd2acca84661be01147c50908d903 Mon Sep 17 00:00:00 2001 From: Claudio Bley Date: Fri, 1 Nov 2013 11:04:16 +0200 Subject: [PATCH] lisp/term/w32-win.el (dynamic-library-alist): Support libtiff v4.x on w32. --- lisp/ChangeLog | 1 + lisp/term/w32-win.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 03819e49d2..a73c38bd52 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -4,6 +4,7 @@ of libjpeg starting with v7: look only for the DLL from the version against which Emacs was built. Support versions of libpng beyond 1.4.x. + Support libtiff v4.x. 2013-11-01 Bozhidar Batsov diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index ab314127cc..513a99d491 100644 --- a/lisp/term/w32-win.el +++ b/lisp/term/w32-win.el @@ -228,7 +228,7 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.") '(png "libpng12d.dll" "libpng12.dll" "libpng3.dll" "libpng.dll" ;; these are libpng 1.2.8 from GTK+ "libpng13d.dll" "libpng13.dll")) - '(tiff "libtiff3.dll" "libtiff.dll") + '(tiff "libtiff-5.dll" "libtiff3.dll" "libtiff.dll") (if (> libjpeg-version 62) ;; Versions of libjpeg after 6b are incompatible with ;; earlier versions, and each of versions 7, 8, and 9 is -- 2.20.1