1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2025-02-18 12:10:38 +01:00

am 1c6ab7db: Merge "Use gcc for the AAC decoder"

* commit '1c6ab7db30867f3eee0d550adb015b340fbbc668':
  Use gcc for the AAC decoder
This commit is contained in:
Marco Nelissen 2015-02-11 01:51:25 +00:00 committed by Android Git Automerger
commit 10d211b84a

View File

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