mirror of
https://github.com/webmproject/libwebp.git
synced 2025-04-04 16:06:49 +02:00
libwebp{,decoder} - 1.2.4 libwebp libtool - 8.5.1 libwebpdecoder libtool - 4.5.1 mux - 1.2.4 libtool - 3.10.0 demux - 1.2.4 libtool - 2.11.0 Bug: webp:579 Change-Id: I5fae4184ac6fe4b9c719856080020fd107f18b7f
19 lines
623 B
Makefile
19 lines
623 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:11:0
|
|
libwebpdemuxincludedir = $(includedir)/webp
|
|
pkgconfig_DATA = libwebpdemux.pc
|