SCALERS: Fix for compiling for ARM without using ASM scalers
This commit is contained in:
parent
9034bee98e
commit
ef3484646a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
#include "graphics/scaler/downscaler.h"
|
||||
#include "graphics/scaler/intern.h"
|
||||
|
||||
#ifdef ARM
|
||||
#ifdef USE_ARM_SCALER_ASM
|
||||
extern "C" {
|
||||
void DownscaleAllByHalfARM(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int width, int height, int mask, int round);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue