mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 06:24:27 +02:00
Android.mk & Makefile.vc: add new files
from the lossless additions, fixes the build. Change-Id: I3243c48f21cfb4e2244614bb5ab12ff94dd684e5
This commit is contained in:
@ -11,11 +11,13 @@ LOCAL_SRC_FILES := \
|
||||
src/dec/quant.c \
|
||||
src/dec/tree.c \
|
||||
src/dec/vp8.c \
|
||||
src/dec/vp8l.c \
|
||||
src/dec/webp.c \
|
||||
src/dsp/cpu.c \
|
||||
src/dsp/dec.c \
|
||||
src/dsp/dec_neon.c \
|
||||
src/dsp/enc.c \
|
||||
src/dsp/lossless.c \
|
||||
src/dsp/upsampling.c \
|
||||
src/dsp/yuv.c \
|
||||
src/enc/alpha.c \
|
||||
@ -37,7 +39,9 @@ LOCAL_SRC_FILES := \
|
||||
src/utils/alpha.c \
|
||||
src/utils/bit_reader.c \
|
||||
src/utils/bit_writer.c \
|
||||
src/utils/color_cache.c \
|
||||
src/utils/filters.c \
|
||||
src/utils/huffman.c \
|
||||
src/utils/quant_levels.c \
|
||||
src/utils/rescaler.c \
|
||||
src/utils/tcoder.c \
|
||||
|
Reference in New Issue
Block a user