mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 06:24:27 +02:00
build: remove libwebpmux from default targets/config
the extended file format is still under development and related libs/binaries are not fit for release configure: --enable/disable-libwebpmux; default is disabled. makefile.unix: src/mux/libwebpmux.a and examples/webpmux must be explicitly specified Makefile.vc: $(DIRLIB)\libwebpmux.lib and $(DIRBIN)\webpmux.exe must be explicitly specified Change-Id: I8246746b256010dd2a2e4de58291222d7eaf0457
This commit is contained in:
@ -1,2 +1,5 @@
|
||||
man_MANS = cwebp.1 dwebp.1 webpmux.1
|
||||
man_MANS = cwebp.1 dwebp.1
|
||||
if WANT_MUX
|
||||
man_MANS += webpmux.1
|
||||
endif
|
||||
EXTRA_DIST = $(man_MANS)
|
||||
|
Reference in New Issue
Block a user