mirror of
https://github.com/webmproject/libwebp.git
synced 2025-12-24 05:56:27 +01:00
libwebp{,decoder} - 1.4.0
libwebp libtool - 8.9.1
libwebpdecoder libtool - 4.9.1
mux - 1.4.0
libtool - 4.0.1
demux - 1.4.0
libtool - 2.15.0
sharpyuv - 0.4.0
libtool - 1.0.1
Bug: webp:627
Change-Id: I9a61d83ee92809de1c2501d1b4fb68aa38f98850
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:15:0
|
|
libwebpdemuxincludedir = $(includedir)/webp
|
|
pkgconfig_DATA = libwebpdemux.pc
|