mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 14:34:33 +02:00
move the rescaling code into its own file and make enc/ and dec/ use it.
(cherry picked from commit 8e92d9e380a89b7443a2e2c3d16ce5a222e8c1e8) Conflicts: Android.mk makefile.unix src/dec/vp8l.c src/utils/Makefile.am
This commit is contained in:
committed by
James Zern
parent
efc2016a31
commit
61c2d51fd7
@ -39,6 +39,7 @@ LOCAL_SRC_FILES := \
|
||||
src/utils/bit_writer.c \
|
||||
src/utils/filters.c \
|
||||
src/utils/quant_levels.c \
|
||||
src/utils/rescaler.c \
|
||||
src/utils/tcoder.c \
|
||||
src/utils/thread.c \
|
||||
|
||||
|
Reference in New Issue
Block a user