Make lz4_lg an exception of lz4_legacy

This commit is contained in:
topjohnwu
2020-10-14 23:45:06 -07:00
parent 872c55207c
commit f3cd4da026
5 changed files with 40 additions and 13 deletions

View File

@ -17,6 +17,7 @@ typedef enum {
BZIP2,
LZ4,
LZ4_LEGACY,
LZ4_LG,
/* Unsupported compression */
LZOP,
/* Misc */