mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 06:24:27 +02:00
move decode_vp8.h from webp/ to dec/
the functions contained in it are now private Change-Id: Ief6c81b32ae3f6d97052edac625716e5b909e66e
This commit is contained in:
@ -140,6 +140,7 @@ HDRS_INSTALLED = \
|
||||
src/webp/types.h \
|
||||
|
||||
HDRS = \
|
||||
src/dec/decode_vp8.h \
|
||||
src/dec/vp8i.h \
|
||||
src/dec/vp8li.h \
|
||||
src/dec/webpi.h \
|
||||
@ -157,7 +158,6 @@ HDRS = \
|
||||
src/utils/quant_levels.h \
|
||||
src/utils/rescaler.h \
|
||||
src/utils/thread.h \
|
||||
src/webp/decode_vp8.h \
|
||||
src/webp/format_constants.h \
|
||||
src/webp/mux.h \
|
||||
$(HDRS_INSTALLED) \
|
||||
|
Reference in New Issue
Block a user