mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 21:58:08 +00:00
prepare.py: --build-all-codecs should enable ffmpeg too
This commit is contained in:
parent
1631cb3adb
commit
a6bf2dd3a1
1 changed files with 1 additions and 0 deletions
|
|
@ -480,6 +480,7 @@ def main(argv=None):
|
|||
if args.enable_non_free_codecs is True:
|
||||
additional_args += ["-DENABLE_NON_FREE_CODECS=YES"]
|
||||
if args.build_all_codecs is True:
|
||||
additional_args += ["-DENABLE_GPL_THIRD_PARTIES=YES"]
|
||||
additional_args += ["-DENABLE_NON_FREE_CODECS=YES"]
|
||||
additional_args += ["-DENABLE_AMRNB=YES"]
|
||||
additional_args += ["-DENABLE_AMRWB=YES"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue