mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
prepare.py: if enabling tunnel, turn off ffmpeg as well
This commit is contained in:
parent
8a3c12eede
commit
c2b0296252
1 changed files with 1 additions and 1 deletions
|
|
@ -500,7 +500,7 @@ def main(argv=None):
|
|||
error("Could not clone tunnel. Please see http://www.belledonne-communications.com/voiptunnel.html")
|
||||
return 1
|
||||
warning("Tunnel enabled, disabling GPL third parties.")
|
||||
additional_args += ["-DENABLE_TUNNEL=ON", "-DENABLE_GPL_THIRD_PARTIES=OFF"]
|
||||
additional_args += ["-DENABLE_TUNNEL=ON", "-DENABLE_GPL_THIRD_PARTIES=OFF", "-DENABLE_FFMPEG=NO"]
|
||||
|
||||
# User's options are priority upon all automatic options
|
||||
additional_args += additional_args2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue