From 347f7f8830af0b92c97bb1c94fb58a1474480c8d Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Sun, 24 Jun 2007 07:08:47 +0000 Subject: should be smush not codec47 svn-id: r27686 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 8b54438c82..40f7ff7357 100755 --- a/configure +++ b/configure @@ -729,7 +729,7 @@ if test -n "$_host"; then type_2_byte='short' type_4_byte='int' _mak_asm_arm_rate='USE_ARM_SOUND_ASM = 1' - _mak_asm_arm_codec47='USE_ARM_SMUSH_ASM = 1' + _mak_asm_arm_smush='USE_ARM_SMUSH_ASM = 1' ;; gp2x) echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes" @@ -1505,7 +1505,7 @@ $_mak_plugins $_config_mk_data $_mak_asm_arm_rate -$_mak_asm_arm_codec47 +$_mak_asm_arm_smush INCLUDES += $INCLUDES OBJS += $OBJS -- cgit v1.2.3