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

@ -127,6 +127,7 @@ ENC_OBJS = \
EX_FORMAT_DEC_OBJS = \
examples/jpegdec.o \
examples/pngdec.o \
examples/tiffdec.o \
EX_UTIL_OBJS = \
examples/example_util.o \