Skip to content

Commit

Permalink
fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Nov 4, 2024
1 parent 0122ce0 commit d1cc8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/logic/ffmpeg.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func findFFmpeg() (string, error) {

// Add platform-specific fallback paths
if runtime.GOOS == "windows" {
return ffstatic_darwin_amd64.FFmpegPath(), nil
return ffstatic_windows_amd64.FFmpegPath(), nil
}

return "", fmt.Errorf("FFmpeg not found")
Expand Down

0 comments on commit d1cc8ef

Please sign in to comment.