Skip to content

Commit 8faaf17

Browse files
authored
Revert "fix(build): use an older ffmpeg version when packaging (#6070)" (#6139)
This reverts commit 4da646a.
1 parent 63e63a8 commit 8faaf17

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

packages/hadron-build/lib/target.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -196,14 +196,7 @@ class Target {
196196
arch: this.arch,
197197
electronVersion: this.electronVersion,
198198
sign: null,
199-
afterExtract: [(buildPath, electronVersion, platform, arch, done) => {
200-
// TODO(https://github.com/electron/electron/issues/43076): electron
201-
// releases are pointing to a wrong version of ffmpeg codecs right now
202-
// (platform mismatch), there is a fix in progress and we should switch
203-
// asap when it's available, for now just use the ffmpeg from an older
204-
// version
205-
ffmpegAfterExtract(buildPath, '29.4.3', platform, arch, done)
206-
}]
199+
afterExtract: [ffmpegAfterExtract]
207200
};
208201

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

0 commit comments

Comments
 (0)