X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcmjpeg%2Fjaricom.c;fp=src%2Fgdcmjpeg%2Fjaricom.c;h=fac051804883863d1d58d69368ec44713e4e80e7;hb=e1830579102f036e9e558320a21990a9438ec9ef;hp=0000000000000000000000000000000000000000;hpb=82874940805320d00eecb834bfa8643822c49e45;p=gdcm.git diff --git a/src/gdcmjpeg/jaricom.c b/src/gdcmjpeg/jaricom.c new file mode 100644 index 00000000..fac05180 --- /dev/null +++ b/src/gdcmjpeg/jaricom.c @@ -0,0 +1,15 @@ +/* + * jaricom.c + * + * Copyright (C) 1991-1998, Thomas G. Lane. + * This file is part of the Independent JPEG Group's software. + * For conditions of distribution and use, see the accompanying README file. + * + * This file holds place for arithmetic entropy codec tables. + */ + +#define JPEG_INTERNALS +#include "jinclude.h" +#include "jpeglib.h" + +INT32 jaritab[1]; /* dummy table */