1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Enable building against system zstd.

This commit is contained in:
Elliott Sales de Andrade
2017-09-23 23:46:47 -04:00
parent 30a25b7d03
commit a408388623
6 changed files with 33 additions and 20 deletions

View File

@@ -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) {