Merge "build: remove libwebpmux from default targets/config"

This commit is contained in:
James Zern
2012-07-13 11:33:52 -07:00
committed by Gerrit Code Review
7 changed files with 29 additions and 12 deletions

View File

@ -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