diff options
author | Lukasz Marek <lukasz.m.luki2@gmail.com> | 2014-06-25 00:40:09 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-25 01:00:05 +0200 |
commit | a30f1b15c7ee559fecd14b381d1f4352e394ab5d (patch) | |
tree | 3d5611d4c999587527df8b29724f4303bfc8b8eb /doc/build_system.txt | |
parent | 0f59bba9cb958b134cd32d44d005e69d492a110c (diff) | |
download | ffmpeg-a30f1b15c7ee559fecd14b381d1f4352e394ab5d.tar.gz |
doc/build_system: document examples and config targets
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/build_system.txt')
-rw-r--r-- | doc/build_system.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build_system.txt b/doc/build_system.txt index 36c141e9e4..2efde5ce02 100644 --- a/doc/build_system.txt +++ b/doc/build_system.txt @@ -25,6 +25,9 @@ fate-list install Install headers, libraries and programs. +examples + Build all examples located in doc/examples. + libavformat/output-example Build the libavformat basic example. @@ -34,6 +37,9 @@ libavcodec/api-example libswscale/swscale-test Build the swscale self-test (useful also as example). +config + Reconfigure the project with current configuration. + Useful standard make commands: make -t <target> |