diff options
author | Max Horn | 2007-06-16 16:46:13 +0000 |
---|---|---|
committer | Max Horn | 2007-06-16 16:46:13 +0000 |
commit | 6498d669d0597897951e4c9eebb73419750a94c4 (patch) | |
tree | 5f7fac25597dd03acea83f8c1e039144e14e2569 /backends | |
parent | c7c2cb498ccff9f67cd88f356d0050ce58af59d6 (diff) | |
download | scummvm-rg350-6498d669d0597897951e4c9eebb73419750a94c4.tar.gz scummvm-rg350-6498d669d0597897951e4c9eebb73419750a94c4.tar.bz2 scummvm-rg350-6498d669d0597897951e4c9eebb73419750a94c4.zip |
Patch #1721826: ARM asm versions of sound rate conversion/mixing code
svn-id: r27467
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/wince/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/wince/Makefile b/backends/platform/wince/Makefile index 626f24de95..94cb6029f6 100644 --- a/backends/platform/wince/Makefile +++ b/backends/platform/wince/Makefile @@ -25,6 +25,8 @@ DISABLE_CRUISE = 1 #DISABLE_HQ_SCALERS = 1 +USE_ARM_SOUND_ASM = 1 + CXX = arm-wince-pe-g++ LD = arm-wince-pe-g++ AR = arm-wince-pe-ar cru |