123456789101112131415161718192021222324252627282930313233 |
- # Generated by devtools/yamaker.
- LIBRARY()
- LICENSE(BSD-3-Clause WITH Google-Patent-License-Webm)
- LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
- PEERDIR(
- contrib/libs/libwebp
- )
- ADDINCL(
- contrib/libs/libwebp/mux
- contrib/libs/libwebp/webp
- )
- NO_COMPILER_WARNINGS()
- NO_RUNTIME()
- CFLAGS(
- -DHAVE_CONFIG_H
- )
- SRCS(
- anim_encode.c
- muxedit.c
- muxinternal.c
- muxread.c
- )
- END()
|