summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme')
-rw-r--r--apps/codecs/libgme/blip_buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libgme/blip_buffer.h b/apps/codecs/libgme/blip_buffer.h
index d73a14b3eb..5fe1f4b9c6 100644
--- a/apps/codecs/libgme/blip_buffer.h
+++ b/apps/codecs/libgme/blip_buffer.h
@@ -311,7 +311,7 @@ static int const blip_reader_default_bass = 9;
311 311
312//// BLIP_CLAMP 312//// BLIP_CLAMP
313 313
314#if ARM_ARCH >= 6 314#if defined(CPU_ARM) && (ARM_ARCH >= 6)
315 #define BLIP_CLAMP( sample, out ) \ 315 #define BLIP_CLAMP( sample, out ) \
316 ({ \ 316 ({ \
317 asm ("ssat %0, #16, %1" \ 317 asm ("ssat %0, #16, %1" \