Skip to content

Commit 4767f85

Browse files
author
Jonas Pfenniger
committed
Updated README.md
1 parent e71ae26 commit 4767f85

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,26 @@ NOTE: If you're going to use the h264 presets, make sure to copy them along the
2929
$ mkdir ~/.ffmpeg
3030
$ cp ./target/share/ffmpeg/*.ffpreset ~/.ffmpeg
3131

32-
Make sure to copy the presets somewhere along ffmpeg if you're using them.
33-
One sure way is to use the ~/.ffpresets folder to
34-
3532
Debug
3633
-----
3734

3835
On the top-level of the project, run:
3936

40-
$ ENV_ROOT=`pwd`
4137
$ . env.source
4238

43-
Then you can enter the source folders and make the compilation yourself
39+
You can then enter the source folders and make the compilation yourself
4440

4541
$ cd build/ffmpeg-*
4642
$ ./configure --prefix=$TARGET_DIR #...
4743
# ...
4844

49-
TODO
50-
----
45+
Remaining links
46+
---------------
5147

52-
NOTE: there remains some dependencies I don't know how to remove. If you have any ideas, you're welcome to help.
48+
I'm not sure it's a good idea to statically link those, but it probably
49+
means the executable won't work across distributions or even across releases.
5350

51+
# On Ubuntu 10.04:
5452
$ ldd build/bin/ffmpeg
5553
linux-gate.so.1 => (0xb78df000)
5654
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb789f000)
@@ -59,11 +57,14 @@ NOTE: there remains some dependencies I don't know how to remove. If you have an
5957
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7716000)
6058
/lib/ld-linux.so.2 (0xb78e0000)
6159

62-
# on OSX it's better:
60+
# on OSX 10.6.4:
6361
$ otool -L ffmpeg
6462
ffmpeg:
6563
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.0)
66-
64+
65+
TODO
66+
----
67+
6768
* Add some tests to check that video output is correctly generated
6869
this would help upgrading the package without too much work
6970
* OSX's xvidcore does not detect yasm correctly

0 commit comments

Comments
 (0)