From 72c084d7c0a84b446d829c4c35ac7b3ea1e10ce1 Mon Sep 17 00:00:00 2001 From: philippe44 Date: Sun, 21 Mar 2021 12:27:28 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 705b4a72..4f0c9e22 100644 --- a/README.md +++ b/README.md @@ -425,7 +425,7 @@ Use `idf.py monitor` to monitor the application (see esp-idf documentation) Note: You can use `idf.py build -DDEPTH=32` to build the 32 bits version and add the `-DVERSION=` to add a custom version name (it will be 0.0-). If you want to change the whole version string, see squeezelite.h If you have already cloned the repository and you are getting compile errors on one of the submodules (e.g. telnet), run the following git command in the root of the repository location: `git submodule update --init --recursive` -### rebuild codecs (highly recommended to NOT try that) +### Rebuild codecs (highly recommended to NOT try that) - for codecs libraries, add -mlongcalls if you want to rebuild them, but you should not (use the provided ones in codecs/lib). if you really want to rebuild them, open an issue - libmad, libflac (no esp's version), libvorbis (tremor - not esp's version), alac work - libfaad does not really support real time, but if you want to try (but using helixaac is a better option)