mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +02:00
Merge "build: remove libwebpmux from default targets/config"
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
SUBDIRS = dec enc dsp utils mux
|
||||
SUBDIRS = dec enc dsp utils
|
||||
if WANT_MUX
|
||||
SUBDIRS += mux
|
||||
endif
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src
|
||||
lib_LTLIBRARIES = libwebp.la
|
||||
|
Reference in New Issue
Block a user