mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-02-02 10:26:50 +01:00
add fdk-aac manual fix before build
This commit is contained in:
parent
2d6cc3e5c7
commit
5577515ac1
4
MPV.md
4
MPV.md
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user