mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-27 06:08:21 +01:00
configure/automake: no -version-info for convenience libs
Silences: libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries Change-Id: I5705383b58f529fb06c2bf0932976b5a202446b6
This commit is contained in:
parent
85b6ff6897
commit
5081db78be
@ -3,7 +3,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/src
|
||||
libwebpdecode_la_SOURCES = vp8i.h webpi.h \
|
||||
frame.c quant.c tree.c vp8.c webp.c \
|
||||
idec.c alpha.c layer.c io.c buffer.c
|
||||
libwebpdecode_la_LDFLAGS = -version-info 2:0:0
|
||||
libwebpdecode_la_CPPFLAGS = $(USE_EXPERIMENTAL_CODE)
|
||||
libwebpdecodeinclude_HEADERS = ../webp/decode.h ../webp/decode_vp8.h \
|
||||
../webp/types.h ../webp/mux.h
|
||||
|
@ -5,7 +5,7 @@ libwebpdsp_la_SOURCES = dsp.h cpu.c \
|
||||
dec.c dec_sse2.c dec_neon.c \
|
||||
upsampling.c upsampling_sse2.c \
|
||||
yuv.h yuv.c
|
||||
libwebpdsp_la_LDFLAGS = -version-info 0:0:0 -lm
|
||||
libwebpdsp_la_LDFLAGS = -lm
|
||||
libwebpdsp_la_CPPFLAGS = $(USE_EXPERIMENTAL_CODE)
|
||||
libwebpdspinclude_HEADERS = ../webp/types.h
|
||||
libwebpdspincludedir = $(includedir)/webp
|
||||
|
@ -4,7 +4,7 @@ libwebpencode_la_SOURCES = analysis.c config.c cost.c cost.h filter.c \
|
||||
frame.c iterator.c picture.c quant.c \
|
||||
syntax.c tree.c vp8enci.h webpenc.c alpha.c \
|
||||
layer.c
|
||||
libwebpencode_la_LDFLAGS = -version-info 2:0:0 -lm
|
||||
libwebpencode_la_LDFLAGS = -lm
|
||||
libwebpencode_la_CPPFLAGS = $(USE_EXPERIMENTAL_CODE)
|
||||
libwebpencodeinclude_HEADERS = ../webp/encode.h ../webp/types.h ../webp/mux.h
|
||||
libwebpencodeincludedir = $(includedir)/webp
|
||||
|
@ -7,7 +7,6 @@ libwebputils_la_SOURCES = alpha.h alpha.c \
|
||||
quant_levels.c \
|
||||
tcoder.h tcoderi.h tcoder.c \
|
||||
thread.h thread.c
|
||||
libwebputils_la_LDFLAGS = -version-info 0:0:0
|
||||
libwebputilsinclude_HEADERS = ../webp/types.h
|
||||
libwebputilsincludedir = $(includedir)/webp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user