Merge pull request #860 from felixhandte/zstd-lz4-support-tests
Add Default LZ4 Support When Available
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
|
||||
#define LZ4_MAGICNUMBER 0x184D2204
|
||||
#if defined(ZSTD_LZ4COMPRESS) || defined(ZSTD_LZ4DECOMPRESS)
|
||||
# define LZ4F_ENABLE_OBSOLETE_ENUMS
|
||||
# include <lz4frame.h>
|
||||
# include <lz4.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user