Skip to content

Commit

Permalink
Revert "fix(build): use an older ffmpeg version when packaging (#6070)…
Browse files Browse the repository at this point in the history
…" (#6139)

This reverts commit 4da646a.
  • Loading branch information
addaleax authored Aug 19, 2024
1 parent 63e63a8 commit 8faaf17
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/hadron-build/lib/target.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,14 +196,7 @@ class Target {
arch: this.arch,
electronVersion: this.electronVersion,
sign: null,
afterExtract: [(buildPath, electronVersion, platform, arch, done) => {
// TODO(https://github.com/electron/electron/issues/43076): electron
// releases are pointing to a wrong version of ffmpeg codecs right now
// (platform mismatch), there is a fix in progress and we should switch
// asap when it's available, for now just use the ffmpeg from an older
// version
ffmpegAfterExtract(buildPath, '29.4.3', platform, arch, done)
}]
afterExtract: [ffmpegAfterExtract]
};

validateBuildConfig(this.platform, this.pkg.config.hadron.build[this.platform]);
Expand Down

0 comments on commit 8faaf17

Please sign in to comment.