Use gcc for the AAC decoder

clang generates crashing code for this.

Change-Id: I90355d6735403290e7c0d93ff4854520b7b80f4a
This commit is contained in:
Marco Nelissen 2015-02-10 15:39:28 -08:00
parent 66091e46d7
commit 355baa79bf

View File

@ -57,4 +57,6 @@ LOCAL_CPPFLAGS += -std=c++98
LOCAL_MODULE:= libFraunhoferAAC
LOCAL_CLANG:= false
include $(BUILD_STATIC_LIBRARY)