Skip to content

Commit

Permalink
fix stupid bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Apr 19, 2023
1 parent 248b513 commit 34b9576
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/ffmpeg.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ function getExecaOptions({ env, ...customExecaOptions } = {}) {
const execaOptions = { ...customExecaOptions, env: { ...env } };
// https://github.com/mifi/lossless-cut/issues/1143#issuecomment-1500883489
if (isLinux && !isDev && !customFfPath) execaOptions.env.LD_LIBRARY_PATH = process.resourcesPath;
return execaOptions;
}

// todo collect warnings from ffmpeg output and show them after export? example: https://github.com/mifi/lossless-cut/issues/1469
Expand Down

0 comments on commit 34b9576

Please sign in to comment.