mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
configure: enable libwebpmux by default
this will provide the main libraries and their supporting examples by default if external library requirements (e.g., gif2webp+libgif) are met. Bug: webp:501 Change-Id: I593adf9222698e2dc5a2199909949c7fea1273b2
This commit is contained in:
parent
dc7e2b42e7
commit
f70819de51
@ -35,8 +35,9 @@ AC_ARG_ENABLE([everything],
|
||||
dnl === Check whether libwebpmux should be built
|
||||
AC_MSG_CHECKING(whether libwebpmux is to be built)
|
||||
AC_ARG_ENABLE([libwebpmux],
|
||||
AS_HELP_STRING([--enable-libwebpmux],
|
||||
[Build libwebpmux @<:@default=no@:>@]))
|
||||
AS_HELP_STRING([--disable-libwebpmux],
|
||||
[Disable libwebpmux @<:@default=no@:>@]),
|
||||
[], [enable_libwebpmux=yes])
|
||||
AC_MSG_RESULT(${enable_libwebpmux-no})
|
||||
AM_CONDITIONAL([BUILD_MUX], [test "$enable_libwebpmux" = "yes"])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user