mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
Merge "makefile.unix add missing header files"
This commit is contained in:
commit
0a49e3f3da
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user