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
# Generated by devtools/yamaker. LIBRARY() WITHOUT_LICENSE_TEXTS() LICENSE(BSD-3-Clause) ADDINCL( contrib/libs/libwebp/dsp contrib/libs/libwebp/webp ) NO_COMPILER_WARNINGS() NO_RUNTIME() CFLAGS( -DHAVE_CONFIG_H ) SRCDIR(contrib/libs/libwebp/dsp) SRCS( dec_mips32.c rescaler_mips32.c yuv_mips32.c ) END()