[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 3/5] w32: add support for default library names for libtiff
From: |
Claudio Bley |
Subject: |
[PATCH v2 3/5] w32: add support for default library names for libtiff |
Date: |
Wed, 30 Oct 2013 13:43:34 +0100 |
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 ff3729d..f7c8c9a 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 (> 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH v2 3/5] w32: add support for default library names for libtiff,
Claudio Bley <=