Add missing parenthese.
This commit is contained in:
parent
ada976d278
commit
8c5a892acf
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ ifeq ($(BUILD_G729),1)
|
|||
APP_MODULES +=libbcg729 libmsbcg729
|
||||
endif
|
||||
|
||||
ifneq ($BUILD_WEBRTC_AECM), 0)
|
||||
ifneq ($(BUILD_WEBRTC_AECM), 0)
|
||||
APP_MODULES += libwebrtc_system_wrappers libwebrtc_spl libwebrtc_apm_utility libwebrtc_aecm
|
||||
APP_MODULES += libwebrtc_spl_neon libwebrtc_aecm_neon
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue