mirror of
https://github.com/webmproject/libwebp.git
synced 2025-01-31 00:55:07 +01:00
d117a94046
Extend WebP decode functionality to extract Alpha data (support ALPH chunk) and decode the Alpha plane using Alpha (utils/alpha) core-lib. Change-Id: I6f0ee1b189c13caba3c1dd9b681383bfd00aa212
13 lines
524 B
Makefile
13 lines
524 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/src
|
|
|
|
libwebpdecode_la_SOURCES = vp8i.h webpi.h \
|
|
frame.c quant.c tree.c vp8.c webp.c \
|
|
idec.c alpha.c layer.c io.c buffer.c
|
|
libwebpdecode_la_LDFLAGS = -version-info 2:0:0
|
|
libwebpdecode_la_CPPFLAGS = $(USE_EXPERIMENTAL_CODE)
|
|
libwebpdecodeinclude_HEADERS = ../webp/decode.h ../webp/decode_vp8.h \
|
|
../webp/types.h ../webp/mux.h
|
|
libwebpdecodeincludedir = $(includedir)/webp
|
|
|
|
noinst_LTLIBRARIES = libwebpdecode.la
|