File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -29,28 +29,26 @@ NOTE: If you're going to use the h264 presets, make sure to copy them along the
29
29
$ mkdir ~/.ffmpeg
30
30
$ cp ./target/share/ffmpeg/*.ffpreset ~/.ffmpeg
31
31
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
-
35
32
Debug
36
33
-----
37
34
38
35
On the top-level of the project, run:
39
36
40
- $ ENV_ROOT=`pwd`
41
37
$ . env.source
42
38
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
44
40
45
41
$ cd build/ffmpeg-*
46
42
$ ./configure --prefix=$TARGET_DIR #...
47
43
# ...
48
44
49
- TODO
50
- ----
45
+ Remaining links
46
+ ---------------
51
47
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.
53
50
51
+ # On Ubuntu 10.04:
54
52
$ ldd build/bin/ffmpeg
55
53
linux-gate.so.1 => (0xb78df000)
56
54
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
59
57
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7716000)
60
58
/lib/ld-linux.so.2 (0xb78e0000)
61
59
62
- # on OSX it's better :
60
+ # on OSX 10.6.4 :
63
61
$ otool -L ffmpeg
64
62
ffmpeg:
65
63
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.0)
66
-
64
+
65
+ TODO
66
+ ----
67
+
67
68
* Add some tests to check that video output is correctly generated
68
69
this would help upgrading the package without too much work
69
70
* OSX's xvidcore does not detect yasm correctly
You can’t perform that action at this time.
0 commit comments