OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LZMA_SUPPORT
(Results
1 - 8
of
8
) sorted by null
/external/squashfs-tools/squashfs-tools/
Makefile
72
# and uncomment the
LZMA_SUPPORT
line below.
75
#
LZMA_SUPPORT
= 1
134
ifeq ($(
LZMA_SUPPORT
),1)
191
# If
LZMA_SUPPORT
is specified then LZMA_DIR must be specified too
193
ifeq ($(
LZMA_SUPPORT
),1)
195
$(error "
LZMA_SUPPORT
requires LZMA_DIR to be also defined")
200
# Both LZMA_XZ_SUPPORT and
LZMA_SUPPORT
cannot be specified
203
ifeq ($(
LZMA_SUPPORT
),1)
204
$(error "Both LZMA_XZ_SUPPORT and
LZMA_SUPPORT
cannot be specified")
compressor.c
36
#ifndef
LZMA_SUPPORT
/external/opencv3/3rdparty/libtiff/
tif_codec.c
72
#ifndef
LZMA_SUPPORT
tif_lzma.c
27
#ifdef
LZMA_SUPPORT
tiffiop.h
346
#ifdef
LZMA_SUPPORT
/external/pdfium/third_party/libtiff/
tif_codec.c
72
#ifndef
LZMA_SUPPORT
tiffiop.h
398
#ifdef
LZMA_SUPPORT
/external/ImageMagick/coders/
tiff.c
[
all
...]
Completed in 139 milliseconds