mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 14:34:33 +02:00
bump version to 0.3.1
libwebp{,decoder} - 0.3.1 libwebp libtool - 4.3.0 (compatible release) libwebpdecoder libtool - 0.1.0 (compatible release) mux/demux - 0.1.1 libtool - 0.1.0 (compatible release) Change-Id: Icc8329a6bcd9eea5a715ea83f1535a66d6ba4b58
This commit is contained in:
@ -10,6 +10,6 @@ libwebpdemuxinclude_HEADERS += ../webp/mux_types.h
|
||||
libwebpdemuxinclude_HEADERS += ../webp/types.h
|
||||
|
||||
libwebpdemux_la_LIBADD = ../libwebp.la
|
||||
libwebpdemux_la_LDFLAGS = -no-undefined -version-info 0:0:0
|
||||
libwebpdemux_la_LDFLAGS = -no-undefined -version-info 0:1:0
|
||||
libwebpdemuxincludedir = $(includedir)/webp
|
||||
pkgconfig_DATA = libwebpdemux.pc
|
||||
|
@ -29,7 +29,7 @@ extern "C" {
|
||||
|
||||
#define DMUX_MAJ_VERSION 0
|
||||
#define DMUX_MIN_VERSION 1
|
||||
#define DMUX_REV_VERSION 0
|
||||
#define DMUX_REV_VERSION 1
|
||||
|
||||
typedef struct {
|
||||
size_t start_; // start location of the data
|
||||
|
Reference in New Issue
Block a user