add fdk-aac manual fix before build

This commit is contained in:
Martin Eesmaa 2022-08-16 22:01:05 +10:00 committed by GitHub
parent 2d6cc3e5c7
commit 5577515ac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

4
MPV.md
View File

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