Fix test plugin build.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29277 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2011-02-10 20:20:12 +00:00
parent 40e76916cd
commit 57ca48458f

View file

@ -2230,6 +2230,7 @@ int clip_jpeg_fd(int fd,
return 0;
}
#ifndef JPEG_FROM_MEM
int read_jpeg_fd(int fd,
struct bitmap *bm,
int maxsize,
@ -2238,5 +2239,6 @@ int read_jpeg_fd(int fd,
{
return clip_jpeg_fd(fd, 0, bm, maxsize, format, cformat);
}
#endif
/**************** end JPEG code ********************/