diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-04-24 18:39:49 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-04-25 11:19:53 +0200 |
commit | f40cf96ec0f4a2e9d9caf85d5c4405e89a69d55b (patch) | |
tree | cc6976bbacafe8656f7180d30fee46099e19cf21 /doc/ffplay.texi | |
parent | 575399c7e11611b4cbf30a61e0e8e92f12893896 (diff) | |
download | ffmpeg-f40cf96ec0f4a2e9d9caf85d5c4405e89a69d55b.tar.gz |
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.texi | 25 |
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 |