Encapsulate LZ4 in Packet.cpp to eliminate dependency.

This commit is contained in:
Adam Ierymenko 2017-01-19 15:16:04 -08:00
parent 7612bf3302
commit 0995c1dcaa
9 changed files with 1900 additions and 2040 deletions

View file

@ -37,7 +37,7 @@
//#ifdef ZT_USE_SYSTEM_LZ4
//#include <lz4.h>
//#else
#include "../ext/lz4/lz4.h"
//#include "../ext/lz4/lz4.h"
//#endif
/**