From 6e14a109eb763d97071f2b7766cd73b676705a9e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 11 Mar 2014 09:43:11 -0700 Subject: [PATCH] android: Disable SBC_HIGH_PRECISION for now Since the SBC_HIGH_PRECISION support in SBC library is not optimized for any platform, disable it for now. --- android/Android.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/android/Android.mk b/android/Android.mk index 082161c29..49bf1086a 100644 --- a/android/Android.mk +++ b/android/Android.mk @@ -416,7 +416,6 @@ LOCAL_C_INCLUDES:= \ $(LOCAL_PATH)/sbc \ LOCAL_CFLAGS:= \ - -DSBC_HIGH_PRECISION \ -Os \ -Wno-sign-compare \ -Wno-missing-field-initializers \ -- 2.47.3