blob: 90343f2af28a17bedc1e29761e7b02299a1432ca (
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
|
# Generated by devtools/yamaker.
LIBRARY()
WITHOUT_LICENSE_TEXTS()
LICENSE(BSD-3-Clause)
PEERDIR(
contrib/libs/libwebp/utils/webputilsdecode
)
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_writer_utils.c
huffman_encode_utils.c
quant_levels_utils.c
)
END()
|