mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-15 21:39:59 +02:00
update libtool version-info
consistent with: http://www.gnu.org/software/libtool/manual/libtool.html#Versioning current=2 matches the ABI version for both encode & decode Change-Id: Ie175b2bdb8f5e14690f4cf6357fc0e0c6c78fe7d
This commit is contained in:
@ -8,7 +8,7 @@ libwebp_la_LIBADD = dec/libwebpdecode.la \
|
||||
enc/libwebpencode.la \
|
||||
utils/libwebputils.la \
|
||||
dsp/libwebpdsp.la
|
||||
libwebp_la_LDFLAGS = -version-info 0:0:0
|
||||
libwebp_la_LDFLAGS = -version-info 2:0:0
|
||||
libwebpinclude_HEADERS = webp/types.h webp/decode.h webp/decode_vp8.h \
|
||||
webp/encode.h
|
||||
libwebpincludedir = $(includedir)/webp
|
||||
|
Reference in New Issue
Block a user