mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-27 22:28:22 +01:00
28c4982064
libwebp{,decoder} - 1.2.0 libwebp libtool - 8.1.1 libwebpdecoder libtool - 4.1.1 mux - 1.2.0 libtool - 3.6.0 demux - 1.1.0 libtool - 2.7.0 Bug: webp:484 Change-Id: I458940f407515e0d95d20bbfd670ee29255c12eb
19 lines
622 B
Makefile
19 lines
622 B
Makefile
AM_CPPFLAGS += -I$(top_builddir) -I$(top_srcdir)
|
|
lib_LTLIBRARIES = libwebpdemux.la
|
|
|
|
libwebpdemux_la_SOURCES =
|
|
libwebpdemux_la_SOURCES += anim_decode.c demux.c
|
|
|
|
libwebpdemuxinclude_HEADERS =
|
|
libwebpdemuxinclude_HEADERS += ../webp/decode.h
|
|
libwebpdemuxinclude_HEADERS += ../webp/demux.h
|
|
libwebpdemuxinclude_HEADERS += ../webp/mux_types.h
|
|
libwebpdemuxinclude_HEADERS += ../webp/types.h
|
|
noinst_HEADERS =
|
|
noinst_HEADERS += ../webp/format_constants.h
|
|
|
|
libwebpdemux_la_LIBADD = ../libwebp.la
|
|
libwebpdemux_la_LDFLAGS = -no-undefined -version-info 2:7:0
|
|
libwebpdemuxincludedir = $(includedir)/webp
|
|
pkgconfig_DATA = libwebpdemux.pc
|