Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 510 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 510 Bytes

FFmpegPlugin

FFmpeg Plugin for PojavLauncher

how to build

builds only on linux because i dont like windows

# You must export ANDROID_SDK_ROOT and ANDROID_NDK_ROOT first
# Also you need to install build-essential, nasm and autogen. If you encounter errors during building check build.log in the ffmpeg-kit directory and install the necessary packages
./scripts/setup_environ.sh
./scripts/build_libs.sh
# To build release, edit app/build.gradle with your own signing config.
./gradlew assembleDebug