Update lz4 to v1.8.0

This commit is contained in:
baldurk
2017-09-01 11:55:26 +01:00
parent 0ae61ea088
commit e6e36d1ea4
5 changed files with 697 additions and 631 deletions
+2 -2
View File
@@ -40,9 +40,9 @@ The following libraries and components are incorporated into RenderDoc, listed h
Used to compress screenshots into jpg format for thumbnail previews.
* `lz4 <https://github.com/Cyan4973/lz4>`_ - Copyright 2013 Yann Collet, distributed under the New BSD License (3 Clause).
* `lz4 <https://github.com/lz4/lz4>`_ - Copyright 2013 Yann Collet, distributed under the BSD 2-Clause license.
compresses large data transfers (textures and buffers) when going across network connections as well as in the capture files themselves.
Compresses large data transfers (textures and buffers) when going across network connections as well as in the capture files themselves.
* `stb <https://github.com/nothings/stb>`_ - Released to the Public Domain by Sean Barrett.