aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libwebp/utils/webputilsdecode/ya.make
blob: c023fcf8a8948a56dabc259b47d9904c2489ece9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Generated by devtools/yamaker.

LIBRARY()

WITHOUT_LICENSE_TEXTS()

LICENSE(BSD-3-Clause)

ADDINCL(
    contrib/libs/libwebp/utils
    contrib/libs/libwebp/webp
)

NO_COMPILER_WARNINGS()

NO_RUNTIME()

CFLAGS(
    -DHAVE_CONFIG_H
)

SRCDIR(contrib/libs/libwebp/utils)

SRCS(
    bit_reader_utils.c
    color_cache_utils.c
    filters_utils.c
    huffman_utils.c
    quant_levels_dec_utils.c
    random_utils.c
    rescaler_utils.c
    thread_utils.c
    utils.c
)

END()