lisp/term/w32-win.el (dynamic-library-alist): Support libtiff v4.x on w32.
authorClaudio Bley <claudio.bley@googlemail.com>
Fri, 1 Nov 2013 09:04:16 +0000 (11:04 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 1 Nov 2013 09:04:16 +0000 (11:04 +0200)
lisp/ChangeLog
lisp/term/w32-win.el

index 03819e4..a73c38b 100644 (file)
@@ -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  <bozhidar@batsov.com>
 
index ab31412..513a99d 100644 (file)
@@ -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