File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Two script to make a static build of ffmpeg with all the latest codecs (webm + h
5
5
6
6
NOTE: there remains some dependencies I don't know how to remove. If you have any ideas, you're welcome to help.
7
7
8
- $ ldd build/bin/ffmpeg
8
+ $ ldd build/bin/ffmpeg
9
9
linux-gate.so.1 => (0xb78df000)
10
10
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb789f000)
11
11
libz.so.1 => /lib/libz.so.1 (0xb788a000)
@@ -16,21 +16,21 @@ $ ldd build/bin/ffmpeg
16
16
Dependencies
17
17
------------
18
18
19
- # Debian & Ubuntu
20
- $ apt-get install build-essential git-core <FIXME >
19
+ # Debian & Ubuntu
20
+ $ apt-get install build-essential git-core <FIXME>
21
21
22
22
23
23
Build
24
24
-----
25
25
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
30
30
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/
34
34
35
35
TODO
36
36
----
You can’t perform that action at this time.
0 commit comments