SCALERS: Fix for compiling for ARM without using ASM scalers

This commit is contained in:
CeRiAl 2011-06-10 00:37:51 +02:00
parent 9034bee98e
commit ef3484646a

View File

@ -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);
}