From 34e7384e42da98e781efd4f68ef0e510dc7ffd40 Mon Sep 17 00:00:00 2001 From: Chris Liddell Date: Mon, 22 Feb 2021 18:53:09 +0000 Subject: Remove Luratech integration code/makefiles --- gpdl/jp2ktop.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gpdl/jp2ktop.c') diff --git a/gpdl/jp2ktop.c b/gpdl/jp2ktop.c index 8044980d2..4b71e10cf 100644 --- a/gpdl/jp2ktop.c +++ b/gpdl/jp2ktop.c @@ -25,11 +25,7 @@ #include "gsicc_manage.h" #include "gspaint.h" #include "plmain.h" -#ifdef USE_LWF_JP2 -#include "sjpx_luratech.h" -#else #include "sjpx_openjpeg.h" -#endif #include "stream.h" /* Forward decls */ @@ -468,11 +464,7 @@ do_process(jp2k_interp_instance_t *jp2k, stream_cursor_read * pr, bool eof) break; } jp2k->height = jp2k->jp2k_state.height; -#ifdef USE_LWF_JP2 - jp2k->bpp = jp2k->jp2k_state.bpc * jp2k->jp2k_state.ncomp; -#else jp2k->bpp = jp2k->jp2k_state.bpp; -#endif jp2k->xresolution = 72; jp2k->yresolution = 72; jp2k->copies = 1; -- cgit v1.2.1