cwebp: extract tiff decoding to its own module

Change-Id: If98d0d37de34b63ac10d826150237b5f99446532
This commit is contained in:
James Zern
2012-12-06 14:04:36 -08:00
parent 6a871d66a4
commit 1c1c5646a5
6 changed files with 119 additions and 67 deletions

View File

@ -174,6 +174,7 @@ DSP_OBJS = \
EX_FORMAT_DEC_OBJS = \
$(DIROBJ)\examples/jpegdec.obj \
$(DIROBJ)\examples/pngdec.obj \
$(DIROBJ)\examples/tiffdec.obj \
EX_UTIL_OBJS = \
$(DIROBJ)\examples\example_util.obj \