mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
README.md: update instructions for non free codecs
This commit is contained in:
parent
bf1ad669a7
commit
40eb000b98
1 changed files with 2 additions and 3 deletions
|
|
@ -40,14 +40,13 @@ This SDK can be generated in 2 flavors:
|
|||
|
||||
## Customizing features
|
||||
|
||||
You can enable all non-free codecs using `--enable-non-free-codecs`.
|
||||
You can also choose to enable/disable features one by one (custom audio/video codecs, media encryption, etc.). To get a list of all features, the simplest way is to invoke `prepare.py` with `--list-features`:
|
||||
You can enable non-free codecs by using `--enable-non-free-codecs` and `-DENABLE_<codec>=ON`. To get a list of all features, the simplest way is to invoke `prepare.py` with `--list-features`:
|
||||
|
||||
./prepare.py --list-features
|
||||
|
||||
You can for instance enable X264 by using:
|
||||
|
||||
./prepare.py -DENABLE_X264=ON [other options]
|
||||
./prepare.py --enable-non-free-codecs -DENABLE_X264=ON [other options]
|
||||
|
||||
## Built architectures
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue