blob: 724adbe840128a8a1ba32051c43233a77a430c02 (
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
37
38
|
# Generated by devtools/yamaker.
LIBRARY()
WITHOUT_LICENSE_TEXTS()
VERSION(1.2.2)
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()
|