summaryrefslogtreecommitdiff
path: root/modules/webrtc_opus.target.darwin-arm64.mk
diff options
context:
space:
mode:
authorAndroid Chromium Automerger <chromium-automerger@android>2014-11-04 15:28:01 +0000
committerAndroid Chromium Automerger <chromium-automerger@android>2014-11-04 15:28:01 +0000
commit83c1dcb463539082ad44dbe0fd6beffffdc96e3c (patch)
treeb1372e4310d4203751a118169eeb470a14c6200d /modules/webrtc_opus.target.darwin-arm64.mk
parent6651f18386d5bd9870d621ace2a11dec1cb68c80 (diff)
downloadwebrtc-83c1dcb463539082ad44dbe0fd6beffffdc96e3c.tar.gz
Update makefiles after merge of Chromium at 30ec995cdb2d
This commit was generated by merge_from_chromium.py. Change-Id: I77678e9f2e5044a6457f21cada6ee13b75fbfb0c
Diffstat (limited to 'modules/webrtc_opus.target.darwin-arm64.mk')
-rw-r--r--modules/webrtc_opus.target.darwin-arm64.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/webrtc_opus.target.darwin-arm64.mk b/modules/webrtc_opus.target.darwin-arm64.mk
index 69c99a76..7bd21e10 100644
--- a/modules/webrtc_opus.target.darwin-arm64.mk
+++ b/modules/webrtc_opus.target.darwin-arm64.mk
@@ -18,11 +18,13 @@ GYP_GENERATED_OUTPUTS :=
# Make sure our deps and generated files are built first.
LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS)
+LOCAL_CPP_EXTENSION := .cc
LOCAL_GENERATED_SOURCES :=
GYP_COPIED_SOURCE_ORIGIN_DIRS :=
LOCAL_SRC_FILES := \
+ third_party/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc \
third_party/webrtc/modules/audio_coding/codecs/opus/opus_interface.c
@@ -89,6 +91,7 @@ MY_DEFS_Debug := \
'-DWEBRTC_MODULE_UTILITY_VIDEO' \
'-DWEBRTC_CHROMIUM_BUILD' \
'-DLOGGING_INSIDE_WEBRTC' \
+ '-DWEBRTC_ARCH_ARM' \
'-DWEBRTC_POSIX' \
'-DWEBRTC_LINUX' \
'-DWEBRTC_ANDROID' \
@@ -193,6 +196,7 @@ MY_DEFS_Release := \
'-DWEBRTC_MODULE_UTILITY_VIDEO' \
'-DWEBRTC_CHROMIUM_BUILD' \
'-DLOGGING_INSIDE_WEBRTC' \
+ '-DWEBRTC_ARCH_ARM' \
'-DWEBRTC_POSIX' \
'-DWEBRTC_LINUX' \
'-DWEBRTC_ANDROID' \