aboutsummaryrefslogtreecommitdiff
path: root/lib/sqfs/comp/lz4/README
blob: 4c15347840c64ded874ab1e88ce2cc76a5096911 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
This source has been extracted from the lz4 release tarball, version 1.9.2
released on August 20th, 2019.

The source code originates from the "lib" subdirectory. The license is included
in the subdirectory licenses/LZ4.txt in the tools-ng subdirectory of the
squashfs-tools-ng source package.

The following modifications have been made:
 - Always define LZ4LIB_API and LZ4LIB_STATIC_API to set default visibility to
   hidden, so the LZ4 functions aren't exported from libsquashfs.
 - Remove the streaming functions and most of the functions that aren't used
   by libsquashfs.