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

@@ -21,6 +21,7 @@ dwebp_CPPFLAGS += $(JPEG_INCLUDES) $(PNG_INCLUDES)
dwebp_LDADD = libexampleutil.la ../src/libwebp.la $(PNG_LIBS) $(JPEG_LIBS)
cwebp_SOURCES = cwebp.c metadata.h stopwatch.h
cwebp_SOURCES += jpegdec.c jpegdec.h
cwebp_SOURCES += pngdec.c pngdec.h
cwebp_CPPFLAGS = $(AM_CPPFLAGS) $(USE_EXPERIMENTAL_CODE)
cwebp_CPPFLAGS += $(JPEG_INCLUDES) $(PNG_INCLUDES) $(TIFF_INCLUDES)