mirror of
https://github.com/webmproject/libwebp.git
synced 2025-01-01 00:08:24 +01:00
9add62b581
libwebp{,decoder} - 0.6.1 libwebp libtool - 7.1.0 libwebpdecoder libtool - 3.1.0 mux - 0.4.1 libtool - 3.1.0 demux - 0.3.3 libtool - 2.3.0 Change-Id: If4a95c6e9829d4a608028ee9258b5c2b7af60c37
16 lines
512 B
Makefile
16 lines
512 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/demux.h
|
|
libwebpdemuxinclude_HEADERS += ../webp/mux_types.h
|
|
libwebpdemuxinclude_HEADERS += ../webp/types.h
|
|
|
|
libwebpdemux_la_LIBADD = ../libwebp.la
|
|
libwebpdemux_la_LDFLAGS = -no-undefined -version-info 2:3:0
|
|
libwebpdemuxincludedir = $(includedir)/webp
|
|
pkgconfig_DATA = libwebpdemux.pc
|