mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-18 03:48:09 +00:00
update linphone and fix missing comas in prepare.py
This commit is contained in:
parent
f69cf25c73
commit
9a84a0779f
2 changed files with 3 additions and 3 deletions
|
|
@ -195,11 +195,11 @@ def main(argv=None):
|
|||
"-DENABLE_ISAC=YES",
|
||||
"-DENABLE_MKV=YES",
|
||||
"-DENABLE_MPEG4=YES",
|
||||
"-DENABLE_OPENH264=YES"
|
||||
"-DENABLE_OPENH264=YES",
|
||||
"-DENABLE_SILK=YES"]
|
||||
|
||||
if args.package:
|
||||
additional_args += ["-DENABLE_PACKAGING=YES"
|
||||
additional_args += ["-DENABLE_PACKAGING=YES",
|
||||
"-DENABLE_RELATIVE_PREFIX=YES"]
|
||||
if check_tools() != 0:
|
||||
return 1
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit d18a67deff54f55f20052ff28674657f076c8426
|
||||
Subproject commit 7b5da68fd8c192774da63efb4f8d7ea27d3015f3
|
||||
Loading…
Add table
Reference in a new issue