From 40eb000b984018616c72446d6153fbf4e7258cc5 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Tue, 3 Nov 2015 14:33:56 +0100 Subject: [PATCH] README.md: update instructions for non free codecs --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3dfdc0228..db78384e4 100644 --- a/README.md +++ b/README.md @@ -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_=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