fixed LZ4 repository links

This commit is contained in:
inikep 2016-09-05 13:39:35 +02:00
parent 39be6f16a2
commit 92ee3e0ea9
3 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
You can contact the author at :
- ZSTD source repository : https://github.com/Cyan4973/zstd
- LZ4 source repository : https://github.com/Cyan4973/lz4
- Public forum : https://groups.google.com/forum/#!forum/lz4c
*/

View File

@ -19,7 +19,7 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
You can contact the author at :
- ZSTD source repository : https://github.com/Cyan4973/zstd
- LZ4 source repository : https://github.com/Cyan4973/lz4
- Public forum : https://groups.google.com/forum/#!forum/lz4c
*/

View File

@ -20,7 +20,7 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
You can contact the author at :
- ZSTD source repository : https://github.com/Cyan4973/zstd
- LZ4 source repository : https://github.com/Cyan4973/lz4
- Public forum : https://groups.google.com/forum/#!forum/lz4c
*/
@ -53,8 +53,8 @@
/**************************************
* Constants
**************************************/
#ifndef ZSTD_VERSION
# define ZSTD_VERSION "r1"
#ifndef LZ4_VERSION
# define LZ4_VERSION "r1"
#endif
#define KB *(1 <<10)
@ -182,7 +182,7 @@ int main(int argc, char** argv)
}
}
DISPLAYLEVEL(4, "Data Generator %s \n", ZSTD_VERSION);
DISPLAYLEVEL(4, "Data Generator %s \n", LZ4_VERSION);
DISPLAYLEVEL(3, "Seed = %u \n", seed);
if (proba!=COMPRESSIBILITY_DEFAULT) DISPLAYLEVEL(3, "Compressibility : %i%%\n", (U32)(proba*100));