diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2017-05-06 02:02:08 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-05-08 17:02:02 +0200 |
commit | 8ef2c791c99e7c103782e889e2bca2f6e13a07be (patch) | |
tree | 3578c66f5d5bc87ea574d02d59dcc371d791a022 /doc/build_system.txt | |
parent | 7b94df232a4b76c44e243e618573f8d331a1eb1c (diff) | |
download | ffmpeg-8ef2c791c99e7c103782e889e2bca2f6e13a07be.tar.gz |
doc/build_system: Document how to build decoder fuzzer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/build_system.txt')
-rw-r--r-- | doc/build_system.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/build_system.txt b/doc/build_system.txt index 8c12e0e294..325a9e83d0 100644 --- a/doc/build_system.txt +++ b/doc/build_system.txt @@ -45,6 +45,9 @@ libswscale/swscale-test config Reconfigure the project with the current configuration. +tools/target_dec_<decoder>_fuzzer + Build fuzzer to fuzz the specified decoder. + Useful standard make commands: make -t <target> |