mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-20 21:18:07 +00:00
Add missing parenthese.
This commit is contained in:
parent
4b67883477
commit
558804a1c6
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…
Add table
Reference in a new issue