emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/5] w32: add support for default library names for libtiff


From: Claudio Bley
Subject: [PATCH 3/5] w32: add support for default library names for libtiff
Date: Fri, 25 Oct 2013 17:36:50 +0200
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/24.3.50 (i686-pc-mingw32) MULE/6.0 (HANACHIRUSATO)

---
 lisp/term/w32-win.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el
index 9db771b..9ec852d 100644
--- a/lisp/term/w32-win.el
+++ b/lisp/term/w32-win.el
@@ -225,7 +225,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 (> jpeglib-version 0)
           (list 'jpeg (format "libjpeg-%d.dll" (/ jpeglib-version 10)))
         '(jpeg "jpeg62.dll" "libjpeg.dll" "jpeg-62.dll" "jpeg.dll"))
-- 
1.8.4.msysgit.0

-- 
Claudio-- 
Claudio




reply via email to

[Prev in Thread] Current Thread [Next in Thread]