diff --git a/prepare.py b/prepare.py index 54fa4bfd5..fa4b6f7a1 100755 --- a/prepare.py +++ b/prepare.py @@ -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 diff --git a/submodules/linphone b/submodules/linphone index d18a67def..7b5da68fd 160000 --- a/submodules/linphone +++ b/submodules/linphone @@ -1 +1 @@ -Subproject commit d18a67deff54f55f20052ff28674657f076c8426 +Subproject commit 7b5da68fd8c192774da63efb4f8d7ea27d3015f3