diff options
author | Robin Watts <robin.watts@artifex.com> | 2016-06-14 13:01:57 +0100 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2016-06-14 13:06:02 +0100 |
commit | 44d65838233baef2c16397847dca3061cde7ec4e (patch) | |
tree | 711862be21c83e7a6fd8dbe22ee5329335eadfd9 /platform | |
parent | 24c55cc6c823a8d6d76ee3c7a41e5832d8031385 (diff) | |
download | mupdf-44d65838233baef2c16397847dca3061cde7ec4e.tar.xz |
Add TIFF SGI LUV decoding.
Diffstat (limited to 'platform')
-rw-r--r-- | platform/win32/libmupdf.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/win32/libmupdf.vcproj b/platform/win32/libmupdf.vcproj index 14656640..96214121 100644 --- a/platform/win32/libmupdf.vcproj +++ b/platform/win32/libmupdf.vcproj @@ -883,6 +883,10 @@ > </File> <File + RelativePath="..\..\source\fitz\filter-sgi.c" + > + </File> + <File RelativePath="..\..\source\fitz\font.c" > </File> |