mirror of
https://github.com/webmproject/libwebp.git
synced 2025-01-02 16:58:23 +01:00
f2623dbe58
import changes from experimental 5529a2e^ and enable build in autoconf and makefile.unix; windows will be treated separately. Change-Id: Ie2e177a99db63190b4cd647b3edee3b4e13719e9
12 lines
484 B
Makefile
12 lines
484 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/src
|
|
|
|
libwebpdecode_la_SOURCES = vp8i.h webpi.h \
|
|
frame.c quant.c tree.c vp8.c vp8l.c webp.c \
|
|
idec.c alpha.c layer.c io.c buffer.c
|
|
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
|