cwebp: extract WIC decoding to its own module

Change-Id: I8e3e20787f6c3cc0616bd33beb2a6ccdda1e04f7
This commit is contained in:
James Zern
2013-01-22 18:28:52 -08:00
parent 2b252a53a8
commit a452a5554a
5 changed files with 253 additions and 189 deletions

View File

@ -176,6 +176,7 @@ EX_FORMAT_DEC_OBJS = \
$(DIROBJ)\examples/metadata.obj \
$(DIROBJ)\examples/pngdec.obj \
$(DIROBJ)\examples/tiffdec.obj \
$(DIROBJ)\examples/wicdec.obj \
EX_UTIL_OBJS = \
$(DIROBJ)\examples\example_util.obj \