Use lower quality sinc on Android.

This commit is contained in:
Themaister 2013-02-08 14:31:07 +01:00
parent c5a96adae2
commit 53e766762e

View File

@ -27,7 +27,7 @@ ifeq ($(HAVE_SINC),1)
ifeq ($(HAVE_NEON),1)
LOCAL_SRC_FILES += ../../../audio/sinc_neon.S.neon
endif
LOCAL_CFLAGS += -DHAVE_SINC
LOCAL_CFLAGS += -DHAVE_SINC -DSINC_LOWER_QUALITY
endif
LOCAL_CFLAGS += -DANDROID_ARM_V7