We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d9263 commit a258fb4Copy full SHA for a258fb4
README.md
@@ -3,7 +3,7 @@ FFmpeg static build
3
4
Three scripts to make a static build of ffmpeg with all the latest codecs (webm + h264).
5
6
-Just follow the instruction below. Once you have the build dependencies,
+Just follow the instructions below. Once you have the build dependencies,
7
just run ./build.sh, wait and you should get the ffmpeg binary in target/bin
8
9
Build dependencies
fetchurl
@@ -1,8 +1,8 @@
1
#!/bin/sh
2
#
-# Small utility to fetch and unpack urls (with cache)
+# Small utility to fetch and unpack archives on the web (with cache)
-# Depends on : wget, tar
+# Depends on : curl, tar
set -e
0 commit comments