Skip to content

Commit c6cad16

Browse files
author
Jonas Pfenniger
committed
README fixes
1 parent f8cfbc8 commit c6cad16

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Two script to make a static build of ffmpeg with all the latest codecs (webm + h
55

66
NOTE: there remains some dependencies I don't know how to remove. If you have any ideas, you're welcome to help.
77

8-
$ ldd build/bin/ffmpeg
8+
$ ldd build/bin/ffmpeg
99
linux-gate.so.1 => (0xb78df000)
1010
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb789f000)
1111
libz.so.1 => /lib/libz.so.1 (0xb788a000)
@@ -16,21 +16,21 @@ $ ldd build/bin/ffmpeg
1616
Dependencies
1717
------------
1818

19-
# Debian & Ubuntu
20-
$ apt-get install build-essential git-core <FIXME>
19+
# Debian & Ubuntu
20+
$ apt-get install build-essential git-core <FIXME>
2121

2222

2323
Build
2424
-----
2525

26-
# This step is only needed once, it's to get all the source packages
27-
$ ./fetch.sh
28-
# ... wait ...
29-
# files are fetched in the ./cache/ directory
26+
# This step is only needed once, it's to get all the source packages
27+
$ ./fetch.sh
28+
# ... wait ...
29+
# files are fetched in the ./cache/ directory
3030

31-
$ ./build.sh
32-
# ... wait ...
33-
# binaries can be found in ./target/bin/
31+
$ ./build.sh
32+
# ... wait ...
33+
# binaries can be found in ./target/bin/
3434

3535
TODO
3636
----

0 commit comments

Comments
 (0)