mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 12:44:02 +00:00
SCALERS: Fix for compiling for ARM without using ASM scalers
This commit is contained in:
parent
9034bee98e
commit
ef3484646a
@ -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…
x
Reference in New Issue
Block a user