Enable building against system zstd.
This commit is contained in:
parent
30a25b7d03
commit
a408388623
6 changed files with 33 additions and 20 deletions
|
|
@ -33,9 +33,9 @@
|
|||
#include "zip_io.h"
|
||||
|
||||
#include "thirdparty/misc/fastlz.h"
|
||||
#include "thirdparty/zstd/zstd.h"
|
||||
|
||||
#include <zlib.h>
|
||||
#include <zstd.h>
|
||||
|
||||
int Compression::compress(uint8_t *p_dst, const uint8_t *p_src, int p_src_size, Mode p_mode) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue