cwebp: extract jpeg decoding to its own module

Change-Id: I45e1f0fa7b34286dd98926e0485e5a8ab1964570
This commit is contained in:
James Zern
2012-12-06 13:48:21 -08:00
parent 2ee228f9a5
commit 6a871d66a4
6 changed files with 152 additions and 98 deletions

View File

@ -172,6 +172,7 @@ DSP_OBJS = \
$(DIROBJ)\dsp\yuv.obj \
EX_FORMAT_DEC_OBJS = \
$(DIROBJ)\examples/jpegdec.obj \
$(DIROBJ)\examples/pngdec.obj \
EX_UTIL_OBJS = \