summaryrefslogtreecommitdiff
path: root/riscos/gif.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-03-19 19:28:42 +0000
committerJames Bursa <james@netsurf-browser.org>2004-03-19 19:28:42 +0000
commit8f8cf26062ddd08efa3fcdf242c958f3d6d8135b (patch)
tree27219f17fdf87e427206bc2cebb7103497a730e3 /riscos/gif.c
parentc28b257d9d5a7b2ae139dca60379adb3958b828d (diff)
downloadnetsurf-8f8cf26062ddd08efa3fcdf242c958f3d6d8135b.tar.gz
netsurf-8f8cf26062ddd08efa3fcdf242c958f3d6d8135b.tar.bz2
[project @ 2004-03-19 19:28:42 by bursa]
Fix build error. svn path=/import/netsurf/; revision=636
Diffstat (limited to 'riscos/gif.c')
-rw-r--r--riscos/gif.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/gif.c b/riscos/gif.c
index 980462523..e0043fdfc 100644
--- a/riscos/gif.c
+++ b/riscos/gif.c
@@ -54,7 +54,8 @@
#ifdef WITH_GIF
-
+static bool nsgif_decompress_frame(struct content *c, anim *p_gif_animation,
+ unsigned int cur_frame);
static void CompressSpriteLine( pixel *dest, const pixel *src, int n, int bpp );
static void CompressMaskLine( pixel *dest, const pixel *src, int n, int bpp );