Skip to content

Commit 2bae93c

Browse files
committed
Convolver: direct IR volume control
1 parent eb33e3a commit 2bae93c

File tree

19 files changed

+111
-1525
lines changed

19 files changed

+111
-1525
lines changed

Audio_Engine/eclipse_libjamesdsp_double/jni/Android.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ ifeq ($(TARGET_ARCH_ABI), armeabi-v7a)
4242
LOCAL_CPPFLAGS += -Wall -Wextra -ffunction-sections -fdata-sections -Ofast -march=armv7-a -mfpu=neon -ftree-vectorize -DNDEBUG# -DDEBUG
4343
LOCAL_CFLAGS += -Wall -Wextra -ffunction-sections -fdata-sections -Ofast -march=armv7-a -mfpu=neon -ftree-vectorize -DNDEBUG# -DDEBUG
4444
else ifeq ($(TARGET_ARCH_ABI), x86)
45-
LOCAL_CPPFLAGS += -ffunction-sections -fdata-sections -Ofast -ftree-vectorize -DAUTOCONV_USE_SSE -DNDEBUG# -DDEBUG
46-
LOCAL_CFLAGS += -ffunction-sections -fdata-sections -Ofast -ftree-vectorize -DAUTOCONV_USE_SSE -DNDEBUG# -DDEBUG
45+
LOCAL_CPPFLAGS += -ffunction-sections -fdata-sections -Ofast -ftree-vectorize -DNDEBUG# -DDEBUG
46+
LOCAL_CFLAGS += -ffunction-sections -fdata-sections -Ofast -ftree-vectorize -DNDEBUG# -DDEBUG
4747
else ifeq ($(TARGET_ARCH_ABI), armeabi)
4848
LOCAL_CPPFLAGS += -ffunction-sections -fdata-sections -Ofast -ftree-vectorize -DNDEBUG
4949
LOCAL_CFLAGS += -ffunction-sections -fdata-sections -Ofast -ftree-vectorize -DNDEBUG

0 commit comments

Comments
 (0)