mirror of
https://github.com/intel/isa-l.git
synced 2025-11-01 11:52:52 +01:00
igzip: Merge inflate.h and igzip_lib.h and fix external naming
Merge inflate.h and igzip_lib.h and rename many defines to avoid conflicts, along with general cleanup of the new header. Signed-off-by: Roy Oursler <roy.j.oursler@intel.com> Reviewed-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
@@ -82,7 +82,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
printf("outfile=%s\n", argv[2]);
|
||||
}
|
||||
printf("Window Size: %d K\n", HIST_SIZE);
|
||||
printf("Window Size: %d K\n", IGZIP_HIST_SIZE);
|
||||
printf("igzip_file_perf: \n");
|
||||
fflush(0);
|
||||
/* Allocate space for entire input file and output
|
||||
|
||||
Reference in New Issue
Block a user