From 5577515ac13e331ef5f81147c6882860059c924c Mon Sep 17 00:00:00 2001 From: Martin Eesmaa <88035011+MartinEesmaa@users.noreply.github.com> Date: Tue, 16 Aug 2022 22:01:05 +1000 Subject: [PATCH] add fdk-aac manual fix before build --- MPV.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MPV.md b/MPV.md index ff2b511..09292c3 100644 --- a/MPV.md +++ b/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: