Skip to content

Commit

Permalink
Fix misspelled ffprobe
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-cpp committed Jun 6, 2024
1 parent b1a2ac6 commit 7e64e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/BuildWIndowsTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public override void Run(BuildContext context)
// The --bindir flag used in the final ffprobe build so that the binary is output to the artifacts directory.
var binDirFlag = $"--bindir=\"{artifactDir}\"";

// Get the FFProbe ./configure flags specific for this windows build
// Get the FFprobe ./configure flags specific for this windows build
var configureFlags = GetFFProbConfigureFlags(context);

// The command to execute in order to run the shell environment (mingw) needed for this build.
Expand Down

0 comments on commit 7e64e44

Please sign in to comment.