diff options
author | Robin Watts <robin.watts@artifex.com> | 2017-04-26 12:03:07 +0100 |
---|---|---|
committer | Robin Watts <Robin.Watts@artifex.com> | 2017-06-13 16:03:59 +0100 |
commit | f1386c6778baded82a3b98215264c2613efc7fe7 (patch) | |
tree | 63c093d906d2a69f3d978577930484968eff7f3e /platform | |
parent | 1bcfc08545f4bed3d1197af1756f7465af11cf96 (diff) | |
download | mupdf-f1386c6778baded82a3b98215264c2613efc7fe7.tar.xz |
Introduce fz_rasterizer encapsulation
This is intended to be a way to allow us to implement
compiletime/runtime selection of different scan converter
implementations.
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 94a05ebc..5b69c4c2 100644 --- a/platform/win32/libmupdf.vcproj +++ b/platform/win32/libmupdf.vcproj @@ -1613,6 +1613,10 @@ > </File> <File + RelativePath="..\..\source\fitz\draw-rasterize.c" + > + </File> + <File RelativePath="..\..\source\fitz\draw-scale-simple.c" > </File> |