mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-16 05:49:51 +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
@ -4,7 +4,7 @@ libwebputils_la_SOURCES = alpha.h alpha.c \
|
||||
bit_reader.h bit_reader.c \
|
||||
bit_writer.h bit_writer.c \
|
||||
filters.h filters.c \
|
||||
quant_levels.c \
|
||||
quant_levels.c rescaler.c \
|
||||
tcoder.h tcoderi.h tcoder.c \
|
||||
thread.h thread.c
|
||||
libwebputilsinclude_HEADERS = ../webp/types.h
|
||||
|
Reference in New Issue
Block a user