]> git.sesse.net Git - ffmpeg/blobdiff - doc/build_system.txt
avutil: Switch crypto APIs to size_t
[ffmpeg] / doc / build_system.txt
index 325a9e83d0116314b994d8bd1ad702231fdfae10..0b1b0c2054c64edc853f1ecd3ee601638aa89ef2 100644 (file)
@@ -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.
@@ -48,6 +48,8 @@ config
 tools/target_dec_<decoder>_fuzzer
     Build fuzzer to fuzz the specified decoder.
 
+tools/target_bsf_<filter>_fuzzer
+    Build fuzzer to fuzz the specified bitstream filter.
 
 Useful standard make commands:
 make -t <target>