Clean up ANDROID macro definitions [common_audio]

Review URL: http://webrtc-codereview.appspot.com/91004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@262 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
leozwang@google.com
2011-07-27 18:58:33 +00:00
parent 842b8c3fe2
commit 77f49d8219
14 changed files with 51 additions and 145 deletions

View File

@ -19,7 +19,7 @@ MY_WEBRTC_COMMON_DEFS := \
'-DWEBRTC_ANDROID_OPENSLES'
ifeq ($(TARGET_ARCH),arm)
MY_WEBRTC_COMMON_DEFS += \
'-DWEBRTC_SPL_ARM_INLINE_CALLS' \
'-DWEBRTC_ARM_INLINE_CALLS' \
'-DWEBRTC_ARCH_ARM'
endif