mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-17 06:19:54 +02:00
WEBP_REDUCE_SIZE: disable all rescaler code
BUG=webp:355 Change-Id: Id87cb11902e3fb8544a214308526ea9665ce8440
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
|
||||
#include "src/dsp/dsp.h"
|
||||
|
||||
#if defined(WEBP_USE_MIPS_DSP_R2)
|
||||
#if defined(WEBP_USE_MIPS_DSP_R2) && !defined(WEBP_REDUCE_SIZE)
|
||||
|
||||
#include <assert.h>
|
||||
#include "src/utils/rescaler_utils.h"
|
||||
|
Reference in New Issue
Block a user