mirror of
https://github.com/webmproject/libwebp.git
synced 2025-01-01 00:08:24 +01:00
85213b9bbe
libwebp{,decoder} - 0.4.1 libwebp libtool - 5.1.0 libwebpdecoder libtool - 1.1.0 mux/demux - 0.2.1 libtool - 1.1.0 Change-Id: If593a198f802fd68c7dbbdbe0fc2612dbc44e2df
15 lines
449 B
Makefile
15 lines
449 B
Makefile
lib_LTLIBRARIES = libwebpdemux.la
|
|
|
|
libwebpdemux_la_SOURCES =
|
|
libwebpdemux_la_SOURCES += 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 1:1:0
|
|
libwebpdemuxincludedir = $(includedir)/webp
|
|
pkgconfig_DATA = libwebpdemux.pc
|