Mercurial > hg > pmhd
annotate ffmpeg/doc/examples/README @ 13:844d341cf643 tip
Back up before ISMIR
author | Yading Song <yading.song@eecs.qmul.ac.uk> |
---|---|
date | Thu, 31 Oct 2013 13:17:06 +0000 |
parents | 6840f77b83aa |
children |
rev | line source |
---|---|
yading@10 | 1 FFmpeg examples README |
yading@10 | 2 ---------------------- |
yading@10 | 3 |
yading@10 | 4 Both following use cases rely on pkg-config and make, thus make sure |
yading@10 | 5 that you have them installed and working on your system. |
yading@10 | 6 |
yading@10 | 7 |
yading@10 | 8 1) Build the installed examples in a generic read/write user directory |
yading@10 | 9 |
yading@10 | 10 Copy to a read/write user directory and just use "make", it will link |
yading@10 | 11 to the libraries on your system, assuming the PKG_CONFIG_PATH is |
yading@10 | 12 correctly configured. |
yading@10 | 13 |
yading@10 | 14 2) Build the examples in-tree |
yading@10 | 15 |
yading@10 | 16 Assuming you are in the source FFmpeg checkout directory, you need to build |
yading@10 | 17 FFmpeg (no need to make install in any prefix). Then you can go into the |
yading@10 | 18 doc/examples and run a command such as PKG_CONFIG_PATH=pc-uninstalled make. |