re enable srtp build by default
This commit is contained in:
parent
48b6114055
commit
0c5a1885df
2 changed files with 2 additions and 5 deletions
|
@ -7,13 +7,10 @@ endif
|
|||
ifeq ($(BUILD_AMRWB),)
|
||||
BUILD_AMRWB=0
|
||||
endif
|
||||
ifeq ($(BUILD_AMRWB),)
|
||||
BUILD_AMRWB=0
|
||||
endif
|
||||
ifeq ($(BUILD_G729),)
|
||||
BUILD_G729=0
|
||||
endif
|
||||
|
||||
BUILD_SRTP=1
|
||||
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
||||
BUILD_X264=1
|
||||
LINPHONE_VIDEO=1
|
||||
|
|
|
@ -9,7 +9,7 @@ endif
|
|||
ifeq ($(BUILD_AMRWB),)
|
||||
BUILD_AMRWB=0
|
||||
endif
|
||||
ifeq ($(BUILD_AMRWB),)
|
||||
ifeq ($(BUILD_SRTP),)
|
||||
BUILD_SRTP=1
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue