mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 06:24:27 +02:00
Fixed few nits in the build files.
Fixed the nits from last change (Provide an option to build decoder library). Change-Id: I7d8675b8156dc63cf21ef64810722552e7fb59f6
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
SUBDIRS = dec enc dsp utils
|
||||
|
||||
if WANT_MUX
|
||||
SUBDIRS += mux
|
||||
endif
|
||||
@ -46,7 +45,7 @@ if BUILD_LIBWEBPDECODER
|
||||
libwebpdecoder_la_LIBADD += dsp/libwebpdspdecode.la
|
||||
libwebpdecoder_la_LIBADD += utils/libwebputilsdecode.la
|
||||
|
||||
libwebpdecoder_la_LDFLAGS = -no-undefined -version-info 4:1:0
|
||||
libwebpdecoder_la_LDFLAGS = -no-undefined -version-info 0:0:0
|
||||
libwebpdecoderincludedir = $(includedir)/webp
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user