summaryrefslogtreecommitdiff
path: root/xps/xpsjpeg.c
blob: 937ac4f075cd86acf8f40d7f0ca27f592d246370 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "fitz.h"
#include "muxps.h"

#include <jpeglib.h>
#include <setjmp.h>

int
xps_decode_jpeg(xps_context_t *ctx, byte *rbuf, int rlen, xps_image_t *image)
{
	return fz_throw("jpeg not available");
}