summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2012-09-04 14:25:41 +0100
committerRobin Watts <robin.watts@artifex.com>2012-10-05 15:50:37 +0100
commit9463d7a87f46c4f50cb1074424c9c3ecda7a5da1 (patch)
treed4de9e755b687811c5818533652d8f68d7b23188 /win32
parent68e788fa455c780b83bffa33228ff3f45bebc1d1 (diff)
downloadmupdf-9463d7a87f46c4f50cb1074424c9c3ecda7a5da1.tar.xz
Refactor compressed stream loading.
Refactor 'short stopped' image stream loading into fz_compressed_buffer loading. Nicer overall, and reflects the fact that this can be used for non-image streams that we want to hold compressed in memory (for instance for shading streams). This is a preparatory step for pdfwrite, and enables further shading memory use optimisations. Remove unused jbig2 function pointer from the fz_compression_params (previously fz_image_params) structure to avoid confusion.
Diffstat (limited to 'win32')
-rw-r--r--win32/libmupdf.vcproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/libmupdf.vcproj b/win32/libmupdf.vcproj
index e7d189d3..726b23a0 100644
--- a/win32/libmupdf.vcproj
+++ b/win32/libmupdf.vcproj
@@ -558,6 +558,10 @@
>
</File>
<File
+ RelativePath="..\fitz\stm_comp_buf.c"
+ >
+ </File>
+ <File
RelativePath="..\fitz\stm_open.c"
>
</File>