mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
lisp/term/w32-win.el (dynamic-library-alist): Support libtiff v4.x on w32.
This commit is contained in:
parent
ac1bf374c2
commit
019c8218f0
2 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue