From fe7cae2bfe792170826ac25543175fdd6f327b02 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Mon, 28 Jul 2008 20:56:24 +0000 Subject: Refactor Makefile a little to be slightly more organised. Made more features configurable from Makefile.config svn path=/trunk/netsurf/; revision=4775 --- riscos/filetype.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'riscos/filetype.c') diff --git a/riscos/filetype.c b/riscos/filetype.c index c70407fad..a4fc353bc 100644 --- a/riscos/filetype.c +++ b/riscos/filetype.c @@ -302,8 +302,9 @@ int ro_content_filetype_from_type(content_type type) { #ifdef WITH_ARTWORKS case CONTENT_ARTWORKS: return 0xd94; #endif +#ifdef WITH_NS_SVG case CONTENT_SVG: return 0xaad; - +#endif default: break; } return 0; -- cgit v1.2.3