mirror of
https://github.com/webmproject/libwebp.git
synced 2025-04-09 18:36:47 +02:00
libwebp{,decoder} - 1.2.3 libwebp libtool - 8.4.1 libwebpdecoder libtool - 4.4.1 mux - 1.2.3 libtool - 3.4.0 demux - 1.2.3 libtool - 2.10.0 Bug: webp:568 Change-Id: I943bae1b7eacb445f6a4e13123e63170ac8bb142
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:10:0
|
|
libwebpdemuxincludedir = $(includedir)/webp
|
|
pkgconfig_DATA = libwebpdemux.pc
|