From a057e8256262846e2a774e8a17f20b9dfd6d167a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 25 Jan 2014 16:28:44 -0800 Subject: [PATCH] android: Enable SBC_HIGH_PRECISION build for libsbc --- android/Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/android/Android.mk b/android/Android.mk index 8af5e05bb..83d62baeb 100644 --- a/android/Android.mk +++ b/android/Android.mk @@ -373,6 +373,7 @@ LOCAL_C_INCLUDES:= \ $(LOCAL_PATH)/sbc/sbc/ \ LOCAL_CFLAGS:= \ + -DSBC_HIGH_PRECISION \ -Os \ -Wno-sign-compare \ -Wno-missing-field-initializers \ -- 2.47.3