update linphone and fix missing comas in prepare.py

This commit is contained in:
Simon Morlat 2015-12-22 15:16:53 +01:00
parent f69cf25c73
commit 9a84a0779f
2 changed files with 3 additions and 3 deletions

View file

@ -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