mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 06:24:27 +02:00
configure: test for zlib only w/--enable-experimental
Only builds with --enable-experimental require zlib currently. A base install of mingw will not include the development headers and library. libwebp itself will now build in such environments. Additionally, remove -lz from **/Makefile.am, -lz will be added to LIBS by AC_CHECK_LIB when necessary. Change-Id: Iae8319cdf00162ecb7ed44661c02f40beb34f155
This commit is contained in:
@ -6,7 +6,7 @@ lib_LTLIBRARIES = libwebp.la
|
||||
libwebp_la_SOURCES =
|
||||
libwebp_la_LIBADD = dec/libwebpdecode.la \
|
||||
enc/libwebpencode.la
|
||||
libwebp_la_LDFLAGS = -version-info 0:0:0 -lz
|
||||
libwebp_la_LDFLAGS = -version-info 0: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