mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 21:58:22 +01:00
Merge "bump versions" into 0.2.0
This commit is contained in:
commit
1efaa5a369
4
NEWS
4
NEWS
@ -1,6 +1,6 @@
|
|||||||
- unreleased: version 0.2.0
|
- 7/13/12: version 0.1.99
|
||||||
* Alpha channel encode/decode support.
|
* Alpha channel encode/decode support.
|
||||||
* Lossless decoder.
|
* Lossless encoder/decoder.
|
||||||
Incompatible changes:
|
Incompatible changes:
|
||||||
* The encode ABI has been modified to support alpha encoding.
|
* The encode ABI has been modified to support alpha encoding.
|
||||||
* Deprecated function WebPINew() has been removed.
|
* Deprecated function WebPINew() has been removed.
|
||||||
|
2
README
2
README
@ -4,7 +4,7 @@
|
|||||||
\__\__/\____/\_____/__/ ____ ___
|
\__\__/\____/\_____/__/ ____ ___
|
||||||
/ _/ / \ \ / _ \/ _/
|
/ _/ / \ \ / _ \/ _/
|
||||||
/ \_/ / / \ \ __/ \__
|
/ \_/ / / \ \ __/ \__
|
||||||
\____/____/\_____/_____/____/v0.1.3
|
\____/____/\_____/_____/____/v0.1.99
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
============
|
============
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([libwebp], [0.1.3],
|
AC_INIT([libwebp], [0.1.99],
|
||||||
[http://code.google.com/p/webp/issues],,
|
[http://code.google.com/p/webp/issues],,
|
||||||
[http://code.google.com/speed/webp])
|
[http://code.google.com/speed/webp])
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
|
@ -19,7 +19,7 @@ libwebp_la_LIBADD += dsp/libwebpdsp.la
|
|||||||
libwebp_la_LIBADD += enc/libwebpencode.la
|
libwebp_la_LIBADD += enc/libwebpencode.la
|
||||||
libwebp_la_LIBADD += utils/libwebputils.la
|
libwebp_la_LIBADD += utils/libwebputils.la
|
||||||
|
|
||||||
libwebp_la_LDFLAGS = -version-info 2:0:0
|
libwebp_la_LDFLAGS = -version-info 3:0:0
|
||||||
libwebpincludedir = $(includedir)/webp
|
libwebpincludedir = $(includedir)/webp
|
||||||
|
|
||||||
pkgconfig_DATA = libwebp.pc
|
pkgconfig_DATA = libwebp.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user