From 18aac0f38e30d0c10ad4cd4bd27c3177212e1adb Mon Sep 17 00:00:00 2001 From: x Date: Thu, 23 Mar 2023 12:17:14 +0100 Subject: [PATCH] TurboPFor: general purpose compressors --- lib/iccodec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/iccodec.c b/lib/iccodec.c index 2c5cc70..0515492 100644 --- a/lib/iccodec.c +++ b/lib/iccodec.c @@ -39,6 +39,7 @@ #include "ext/bitshuffle/lz4/lz4.h" #endif #endif +int bwtx, forcelzp; //------------------------------------------------------------------------------------------------------------------------------ #define powof2(n) !((n)&((n)-1)) @@ -68,7 +69,6 @@ int lzidget(char *scmd) { #ifdef _TURBORC #include "ext/Turbo-Range-Coder/turborc.h" -int bwtx, forcelzp; #endif #ifdef _ZSTD