From 799adc738c0a9cba911383d023999e2fd186ad5f Mon Sep 17 00:00:00 2001 From: dibas Date: Mon, 21 May 2018 15:53:08 +0200 Subject: [PATCH] README: include temporary manual ffmpeg submodule updating Manually update ffmpeg submodule for now, see (https://github.com/hrydgard/ppsspp/pull/11001#issuecomment-386886497) --- WiiU/README.TXT | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WiiU/README.TXT b/WiiU/README.TXT index c5eff18b5e56..80c807936ef5 100644 --- a/WiiU/README.TXT +++ b/WiiU/README.TXT @@ -4,6 +4,9 @@ first you need to build elf2rpl: make -C ext/wiiu/elf2rpl +make sure you have the latest ppsspp-ffmpeg submodule: +cd ffmpeg; git pull origin master + then create a build directory, then navigate to it and run: cmake path/to/ppsspp -DCMAKE_TOOLCHAIN_FILE=path/to/ppsspp/cmake/Toolchains/wiiu.cmake