diff options
author | Robin Watts | 2007-06-24 17:55:47 +0000 |
---|---|---|
committer | Robin Watts | 2007-06-24 17:55:47 +0000 |
commit | 0a7022709178011ac977bb477e3589d8b26ceb42 (patch) | |
tree | 934101d9ebaa584bea31466ee227107af3496463 | |
parent | 997253fe6aa52795289a1d0e3c5955652212ed14 (diff) | |
download | scummvm-rg350-0a7022709178011ac977bb477e3589d8b26ceb42.tar.gz scummvm-rg350-0a7022709178011ac977bb477e3589d8b26ceb42.tar.bz2 scummvm-rg350-0a7022709178011ac977bb477e3589d8b26ceb42.zip |
Update the WinCE makefile to use the USE_ARM_SMUSH_ASM define to enable
the ARM version of Codec47 from Smush.
svn-id: r27694
-rw-r--r-- | backends/platform/wince/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/wince/Makefile b/backends/platform/wince/Makefile index 0d9556e967..a4b4fa4f12 100644 --- a/backends/platform/wince/Makefile +++ b/backends/platform/wince/Makefile @@ -51,7 +51,7 @@ USE_ZLIB = 1 #DISABLE_HQ_SCALERS = 1 USE_ARM_SOUND_ASM = 1 -USE_ARM_SMUSH = 1 +USE_ARM_SMUSH_ASM = 1 ######################################################################## |