]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added "Makefile is validated"
authorPrzemyslaw Skibinski <inikep@gmail.com>
Tue, 17 Jan 2017 11:40:06 +0000 (12:40 +0100)
committerPrzemyslaw Skibinski <inikep@gmail.com>
Tue, 17 Jan 2017 11:40:06 +0000 (12:40 +0100)
lib/Makefile
lib/zstd.h
programs/Makefile
tests/Makefile

index efd3b87fef8829ad8340d022ba5296447195f76b..01b4183c84a80545b2540e838286a814f1fde9ca 100644 (file)
@@ -1,11 +1,13 @@
-# ################################################################
+# ##########################################################################
 # Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
 # All rights reserved.
 #
+# This Makefile is validated for Linux, macOS, *BSD, Hurd, Solaris, MSYS2 targets
+#
 # This source code is licensed under the BSD-style license found in the
 # LICENSE file in the root directory of this source tree. An additional grant
 # of patent rights can be found in the PATENTS file in the same directory.
-# ################################################################
+# ##########################################################################
 
 # Version numbers
 LIBVER_MAJOR_SCRIPT:=`sed -n '/define ZSTD_VERSION_MAJOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ./zstd.h`
index 333feff7da1462a845fc7b7054d0aa6131c5ea80..c31fea98d089db49af692fae98ba8d14ea4d7214 100644 (file)
@@ -370,7 +370,7 @@ typedef struct {
 
 typedef struct {
     unsigned contentSizeFlag; /**< 1: content size will be in frame header (if known). */
-    unsigned checksumFlag;    /**< 1: will generate a 22-bits checksum at end of frame, to be used for error detection by decompressor */
+    unsigned checksumFlag;    /**< 1: will generate a 32-bits checksum at end of frame, to be used for error detection by decompressor */
     unsigned noDictIDFlag;    /**< 1: no dict ID will be saved into frame header (if dictionary compression) */
 } ZSTD_frameParameters;
 
index 15ae010967a0d8deb9c9973d09375d6b825d04f6..a4c149a071208f0be537448e2e8491206c339081 100644 (file)
@@ -2,6 +2,8 @@
 # Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
 # All rights reserved.
 #
+# This Makefile is validated for Linux, macOS, *BSD, Hurd, Solaris, MSYS2 targets
+#
 # This source code is licensed under the BSD-style license found in the
 # LICENSE file in the root directory of this source tree. An additional grant
 # of patent rights can be found in the PATENTS file in the same directory.
index c080fe34a748491e9b4cda72592b78125c11b94b..eadb1a67330b30b38239acca829feed0bb0de8fa 100644 (file)
@@ -2,6 +2,8 @@
 # Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
 # All rights reserved.
 #
+# This Makefile is validated for Linux, macOS, *BSD, Hurd, Solaris, MSYS2 targets
+#
 # This source code is licensed under the BSD-style license found in the
 # LICENSE file in the root directory of this source tree. An additional grant
 # of patent rights can be found in the PATENTS file in the same directory.