summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2011-09-04 23:50:14 +0000
committerVincent Sanders <vince@netsurf-browser.org>2011-09-04 23:50:14 +0000
commitb051cf466f7c9f008f2ab8c3f6ccac34882a1b9e (patch)
tree081f1eb48b34fed18e0def6f897dd1f9928ec9b7 /Makefile.sources
parent330227d87a7c099775d5db000416413f0271701d (diff)
downloadnetsurf-b051cf466f7c9f008f2ab8c3f6ccac34882a1b9e.tar.gz
netsurf-b051cf466f7c9f008f2ab8c3f6ccac34882a1b9e.tar.bz2
Add Image cache and inegrate png and jpeg content handlers
Current periodic cache clean algorithm is poor and requires replacing with something suitable (probably a segregated LRU) The speculative load algorithm is likewise poor and only uses the image size to make a decision. svn path=/trunk/netsurf/; revision=12720
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.sources b/Makefile.sources
index 8689e8961..6dcf106b6 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -37,7 +37,7 @@ S_COMMON := $(addprefix content/,$(S_CONTENT)) \
$(addprefix desktop/,$(S_DESKTOP))
# S_IMAGE are sources related to image management
-S_IMAGE_YES := image.c
+S_IMAGE_YES := image.c image_cache.c
S_IMAGE_NO :=
S_IMAGE_$(NETSURF_USE_BMP) += bmp.c ico.c
S_IMAGE_$(NETSURF_USE_GIF) += gif.c