Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-04-24 20:39:49 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-04-25 13:19:53 +0400
commitf40cf96ec0f4a2e9d9caf85d5c4405e89a69d55b (patch)
treecc6976bbacafe8656f7180d30fee46099e19cf21 /doc/ffplay.texi
parent575399c7e11611b4cbf30a61e0e8e92f12893896 (diff)
doc: remove all-components.texi, include its content verbatim
Force re-generation of the manuals when an included file is modified. The current dependency generation system is enable to track nested inclusions. The drawback is that the files will be generated even when there is no strict need (for example if filters.texi is modified, ffmpeg.1 is rebuilt), thus it trades a false negative with a false positive.
Diffstat (limited to 'doc/ffplay.texi')
-rw-r--r--doc/ffplay.texi25
1 files changed, 24 insertions, 1 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi
index 21a6e6ce44..943cbb922c 100644
--- a/doc/ffplay.texi
+++ b/doc/ffplay.texi
@@ -201,8 +201,31 @@ Seek to percentage in file corresponding to fraction of width.
@c man end
+@include config.texi
@ifset config-all
-@include all-components.texi
+@ifset config-avutil
+@include utils.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
@end ifset
@chapter See Also