summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-01-25 20:13:51 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-01-25 20:13:51 +0000
commit986b650983f4c8ad3919153d13b9782f738d00fb (patch)
treee7c08194c01f736577b6693e4e736b33dd217e5f /content
parentf7bed875d4e82fdafa469e70794a3d9ade795651 (diff)
downloadnetsurf-986b650983f4c8ad3919153d13b9782f738d00fb.tar.gz
netsurf-986b650983f4c8ad3919153d13b9782f738d00fb.tar.bz2
[project @ 2004-01-25 20:13:51 by jmb]
Add jpeglib 6b based rendering. Attempts to use the OS routines first as they're faster. svn path=/import/netsurf/; revision=503
Diffstat (limited to 'content')
-rw-r--r--content/content.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/content.c b/content/content.c
index 927269441..596672b9d 100644
--- a/content/content.c
+++ b/content/content.c
@@ -113,8 +113,8 @@ static const struct handler_entry handler_map[] = {
css_reformat, css_destroy, 0, 0, 0, 0},
#ifdef riscos
#ifdef WITH_JPEG
- {jpeg_create, jpeg_process_data, jpeg_convert, jpeg_revive,
- jpeg_reformat, jpeg_destroy, jpeg_redraw, 0, 0, 0},
+ {nsjpeg_create, nsjpeg_process_data, nsjpeg_convert, nsjpeg_revive,
+ nsjpeg_reformat, nsjpeg_destroy, nsjpeg_redraw, 0, 0, 0},
#endif
#ifdef WITH_PNG
{nspng_create, nspng_process_data, nspng_convert, nspng_revive,