OSDN Git Service

add sbc_primitives_mmx.c for x86 eclair-x86
authorChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 9 Oct 2009 11:21:45 +0000 (19:21 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 16 Apr 2010 12:34:12 +0000 (20:34 +0800)
audio/Android.mk

index 7f204fd..24ed14f 100755 (executable)
@@ -60,6 +60,10 @@ LOCAL_SRC_FILES:= \
        ../sbc/sbc_primitives.c \
        ../sbc/sbc_primitives_neon.c
 
+ifeq (x86,$(TARGET_ARCH))
+LOCAL_SRC_FILES += ../sbc/sbc_primitives_mmx.c
+endif
+
 # to improve SBC performance
 LOCAL_CFLAGS:= -funroll-loops