diff options
author | Claudio Bley <claudio.bley@googlemail.com> | 2013-11-01 11:04:16 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-11-01 11:04:16 +0200 |
commit | 019c8218f07fd2acca84661be01147c50908d903 (patch) | |
tree | 18c41efde15605957437b0c7af9bbaba1a58b876 /lisp/term | |
parent | ac1bf374c2ec182d5f193ed6c27a5a839fdbef54 (diff) | |
download | emacs-019c8218f07fd2acca84661be01147c50908d903.tar.gz |
lisp/term/w32-win.el (dynamic-library-alist): Support libtiff v4.x on w32.
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/w32-win.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index ab314127cc4..513a99d4914 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 |