From d3adc81db2eed4daf8a0ddf53c8bb985c01f76a6 Mon Sep 17 00:00:00 2001 From: James Zern Date: Thu, 19 Apr 2012 16:13:26 -0700 Subject: [PATCH] makefile.unix add missing header files Change-Id: I440ea805fd14884242bab2577e8286088616e5c7 --- makefile.unix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/makefile.unix b/makefile.unix index 161f4510..394bc292 100644 --- a/makefile.unix +++ b/makefile.unix @@ -122,6 +122,7 @@ LIBWEBPMUX_OBJS = $(MUX_OBJS) HDRS = \ src/dec/vp8i.h \ src/dec/vp8li.h \ + src/dec/webpi.h \ src/dsp/dsp.h \ src/dsp/lossless.h \ src/dsp/yuv.h \ @@ -133,10 +134,15 @@ HDRS = \ src/utils/color_cache.h \ src/utils/filters.h \ src/utils/huffman.h \ + src/utils/rescaler.h \ src/utils/tcoder.h \ + src/utils/tcoderi.h \ src/utils/thread.h \ + src/webp/decode.h \ + src/webp/decode_vp8.h \ src/webp/encode.h \ src/webp/mux.h \ + src/webp/types.h \ OUT_LIBS = src/libwebp.a src/mux/libwebpmux.a OUT_EXAMPLES = examples/cwebp examples/dwebp examples/webpmux