mirror of
https://github.com/webmproject/libwebp.git
synced 2025-04-20 15:56:45 +02:00
libwebp{,decoder} - 1.5.0 libwebp libtool - 8.10.1 libwebpdecoder libtool - 4.10.1 mux - 1.5.0 libtool - 4.1.1 demux - 1.5.0 libtool - 2.16.0 sharpyuv - 0.4.1 libtool - 1.1.1 Bug: b:336795049,webp:380121350 Change-Id: I53bdac2b0bd5ce30addf10e16776a16a07910e45
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:16:0
|
|
libwebpdemuxincludedir = $(includedir)/webp
|
|
pkgconfig_DATA = libwebpdemux.pc
|