Commit cef57771 authored by Ghislain MARY's avatar Ghislain MARY

Experimental support of grouped external source build.

parent 5b7564ec
......@@ -186,26 +186,11 @@ def main(argv=None):
additional_args += ["-DENABLE_DEBUG_LOGS=YES"]
if args.minimal:
additional_args = ["-DLINPHONE_BUILDER_BUILD_DEPENDENCIES=NO",
"-DENABLE_AMRNB=NO",
"-DENABLE_AMRWB=NO",
"-DENABLE_DOC=NO",
"-DENABLE_G729=NO",
"-DENABLE_GSM=NO",
"-DENABLE_H263=NO",
"-DENABLE_H263P=NO",
"-DENABLE_ILBC=NO",
"-DENABLE_ISAC=NO",
additional_args = ["-DLINPHONE_BUILDER_BUILD_ONLY_EXTERNAL_SOURCE_PATH=YES",
"-DLINPHONE_BUILDER_GROUP_EXTERNAL_SOURCE_PATH_BUILDERS=YES",
"-DENABLE_MKV=NO",
"-DENABLE_MPEG4=NO",
"-DENABLE_OPENH264=NO",
"-DENABLE_OPUS=NO",
"-DENABLE_PACKAGING=NO",
"-DENABLE_SILK=NO",
"-DENABLE_SRTP=NO",
"-DENABLE_VPX=NO",
"-DENABLE_WASAPI=NO",
"-DENABLE_ZRTP=NO"] + additional_args
"-DENABLE_ZRTP=NO",
"-DENABLE_PACKAGING=NO"] + additional_args
if check_tools() != 0:
return 1
......
belle-sip @ d9372d60
Subproject commit df8d4f2e29d1ecccae2cbc35954cc4d1a7715c8b
Subproject commit d9372d606f15a0f617c85d0053dff262c769166a
cmake-builder @ 1f8a8850
Subproject commit ebb7eb472c94afc49759ffb7eb87914032086226
Subproject commit 1f8a88500eeb74b1a5fa5eeaf35bfe5112711f6f
linphone @ b3c247b6
Subproject commit aadad2dde368c7b2e7b8ee7c6ee7ed6403c11567
Subproject commit b3c247b6d73278c0fc35b56839867d93e1c7d296
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment