aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince
diff options
context:
space:
mode:
authorRobin Watts2007-06-24 17:55:47 +0000
committerRobin Watts2007-06-24 17:55:47 +0000
commit0a7022709178011ac977bb477e3589d8b26ceb42 (patch)
tree934101d9ebaa584bea31466ee227107af3496463 /backends/platform/wince
parent997253fe6aa52795289a1d0e3c5955652212ed14 (diff)
downloadscummvm-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
Diffstat (limited to 'backends/platform/wince')
-rw-r--r--backends/platform/wince/Makefile2
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
########################################################################