Home
last modified time | relevance | path

Searched full:have_lz4 (Results 1 – 5 of 5) sorted by relevance

/external/zstd/programs/
DMakefile103 HAVE_LZ4 ?= $(shell printf '$(NUM_SYMBOL)include <lz4frame.h>\n$(NUM_SYMBOL)include <lz4.h>\nint ma… macro
104 ifeq ($(HAVE_LZ4), 1)
DREADME.md58 It's possible to disable `.lz4` support, by setting `HAVE_LZ4=0` .
59 Example : `make zstd HAVE_LZ4=0`
60 It's also possible to force compilation with lz4 support, using `HAVE_LZ4=1`.
Dfileio.c2591 …EL(1, "zstd: %s: lz4 file cannot be uncompressed (zstd compiled without HAVE_LZ4) -- ignored \n", … in FIO_decompressFrames()
/external/erofs-utils/
Dconfigure.ac263 have_lz4="yes"
305 AM_CONDITIONAL([ENABLE_LZ4], [test "x${have_lz4}" = "xyes"])
318 if test "x${have_lz4}" = "xyes"; then
/external/zstd/.github/workflows/
Ddev-long-tests.yml136 CC=clang make msan-test-zstd HAVE_ZLIB=0 HAVE_LZ4=0 HAVE_LZMA=0 V=1