1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2024-12-12 16:37:34 +01:00

Merge "Use gcc for the AAC decoder"

This commit is contained in:
Marco Nelissen 2015-02-11 01:22:19 +00:00 committed by Gerrit Code Review
commit 1c6ab7db30

View File

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