forgot to add manual fix fdk aac for android build

This commit is contained in:
Martin Eesmaa 2022-08-16 21:56:36 +10:00 committed by GitHub
parent 4b8bead8bd
commit 2d6cc3e5c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
MPV.md
View File

@ -92,6 +92,12 @@ Give shell scripts permission in buildscripts folder:
chmod +x scripts/*.sh
```
Before you build, you need to search `#ifdef __ANDROID__` and delete the lines:
```
nano deps/fdkaac/libSBRdec/src/lpp_tran.cpp
```
**TIP: You can edit script of vvdec.sh on your own choise.**
Continue follow instructions to build your own MPV build: