blob: aba0163ab79c58617c0dfd82b3f4b548c856ea7b (
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/dsp/webpdspdecode_mips32
)
ADDINCL(
contrib/libs/libwebp/dsp
contrib/libs/libwebp/webp
)
NO_COMPILER_WARNINGS()
NO_RUNTIME()
CFLAGS(
-DHAVE_CONFIG_H
)
SRCDIR(contrib/libs/libwebp/dsp)
SRCS(
cost_mips32.c
enc_mips32.c
lossless_enc_mips32.c
)
END()
|