summaryrefslogtreecommitdiff
path: root/doc/all-components.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-03-19 20:54:26 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-04-05 10:11:57 +0200
commit9b4d9d8795b02688b7140b82d716b3885284efc1 (patch)
tree04b82269c35fdd979fd16feaf9390cadc2bfc5bb /doc/all-components.texi
parent702e7438275aee2990ee6943a66c17302cda08d9 (diff)
downloadffmpeg-9b4d9d8795b02688b7140b82d716b3885284efc1.tar.gz
doc: enable compilation of -all tool pages
In particular, add documentation configuration system, through the doc/config.texi file. Fix trac issue #2374.
Diffstat (limited to 'doc/all-components.texi')
-rw-r--r--doc/all-components.texi32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/all-components.texi b/doc/all-components.texi
new file mode 100644
index 0000000000..a0f113434d
--- /dev/null
+++ b/doc/all-components.texi
@@ -0,0 +1,32 @@
+@include config.texi
+
+@ifset config-avutil
+@include syntax.texi
+@include eval.texi
+@end ifset
+
+@ifset config-avcodec
+@include codecs.texi
+@include bitstream_filters.texi
+@end ifset
+
+@ifset config-avformat
+@include formats.texi
+@include protocols.texi
+@end ifset
+
+@ifset config-avdevice
+@include devices.texi
+@end ifset
+
+@ifset config-swresample
+@include resampler.texi
+@end ifset
+
+@ifset config-swscale
+@include scaler.texi
+@end ifset
+
+@ifset config-avfilter
+@include filters.texi
+@end ifset