fix ffmpeg

This commit is contained in:
ShirosakiMio 2024-04-14 16:04:57 +08:00
parent ee2356ed09
commit 73b8f6c98f
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ public class FCLauncher {
FFmpegPlugin.discover(config.getContext());
if (FFmpegPlugin.isAvailable) {
envMap.put("PATH", FFmpegPlugin.libraryPath + ":" + envMap.get("PATH"));
envMap.put("LD_LIBRARY_PATH", FFmpegPlugin.libraryPath);
}
}