diff mp3lib/Makefile @ 20575:c6b69870fcd5

mp3lib asm does not compile on AMD64.
author reimar
date Wed, 01 Nov 2006 18:19:02 +0000
parents 565df9b68536
children c7d3523c74ee
line wrap: on
line diff
--- a/mp3lib/Makefile	Wed Nov 01 18:17:18 2006 +0000
+++ b/mp3lib/Makefile	Wed Nov 01 18:19:02 2006 +0000
@@ -7,7 +7,7 @@
 CFLAGS  = -I.. $(OPTFLAGS)
 
 SRCS = sr1.c
-ifeq ($(TARGET_ARCH_X86),yes)
+ifeq ($(TARGET_ARCH_X86_32),yes)
 SRCS += decode_i586.c
 ifeq ($(TARGET_MMX),yes)
 SRCS += decode_MMX.c dct64_MMX.c tabinit_MMX.c