diff options
author | Jun Zhao <barryjzhao@tencent.com> | 2019-05-22 12:46:05 +0800 |
---|---|---|
committer | Jun Zhao <barryjzhao@tencent.com> | 2019-05-28 09:12:17 +0800 |
commit | 3ba09704fafa3c4793c6ee18802da5b088d6736d (patch) | |
tree | cad2e466a82c313d13e253e54629abc7c4c030d9 /doc/build_system.txt | |
parent | bf3ee6a13053d37a0c5022a324624e89f0bce8c5 (diff) | |
download | ffmpeg-3ba09704fafa3c4793c6ee18802da5b088d6736d.tar.gz |
doc/build_system: Document checkheaders/alltools and consistency fixes
Document checkheaders/alltools and consistency fixes
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
Diffstat (limited to 'doc/build_system.txt')
-rw-r--r-- | doc/build_system.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/build_system.txt b/doc/build_system.txt index 325a9e83d0..3d6a21a9f3 100644 --- a/doc/build_system.txt +++ b/doc/build_system.txt @@ -36,11 +36,11 @@ install examples Build all examples located in doc/examples. -libavformat/output-example - Build the libavformat basic example. +checkheaders + Check headers dependencies. -libswscale/swscale-test - Build the swscale self-test (useful also as an example). +alltools + Build all tools in tools directory. config Reconfigure the project with the current configuration. |