Commit 9a84a077 authored by Simon Morlat's avatar Simon Morlat

update linphone and fix missing comas in prepare.py

parent f69cf25c
...@@ -195,11 +195,11 @@ def main(argv=None): ...@@ -195,11 +195,11 @@ def main(argv=None):
"-DENABLE_ISAC=YES", "-DENABLE_ISAC=YES",
"-DENABLE_MKV=YES", "-DENABLE_MKV=YES",
"-DENABLE_MPEG4=YES", "-DENABLE_MPEG4=YES",
"-DENABLE_OPENH264=YES" "-DENABLE_OPENH264=YES",
"-DENABLE_SILK=YES"] "-DENABLE_SILK=YES"]
if args.package: if args.package:
additional_args += ["-DENABLE_PACKAGING=YES" additional_args += ["-DENABLE_PACKAGING=YES",
"-DENABLE_RELATIVE_PREFIX=YES"] "-DENABLE_RELATIVE_PREFIX=YES"]
if check_tools() != 0: if check_tools() != 0:
return 1 return 1
......
linphone @ 7b5da68f
Subproject commit d18a67deff54f55f20052ff28674657f076c8426 Subproject commit 7b5da68fd8c192774da63efb4f8d7ea27d3015f3
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