diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-03-19 20:54:26 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-04-05 10:11:57 +0200 |
commit | 9b4d9d8795b02688b7140b82d716b3885284efc1 (patch) | |
tree | 04b82269c35fdd979fd16feaf9390cadc2bfc5bb /doc/ffplay.texi | |
parent | 702e7438275aee2990ee6943a66c17302cda08d9 (diff) | |
download | ffmpeg-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/ffplay.texi')
-rw-r--r-- | doc/ffplay.texi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi index 3c2ec5018e..21a6e6ce44 100644 --- a/doc/ffplay.texi +++ b/doc/ffplay.texi @@ -201,9 +201,19 @@ Seek to percentage in file corresponding to fraction of width. @c man end +@ifset config-all +@include all-components.texi +@end ifset + @chapter See Also @ifhtml +@ifset config-all +@url{ffplay.html,ffplay}, +@end ifset +@ifset config-not-all +@url{ffplay-all.html,ffmpeg-all}, +@end ifset @url{ffmpeg.html,ffmpeg}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver}, @url{ffmpeg-utils.html,ffmpeg-utils}, @url{ffmpeg-scaler.html,ffmpeg-scaler}, @@ -217,6 +227,12 @@ Seek to percentage in file corresponding to fraction of width. @end ifhtml @ifnothtml +@ifset config-all +ffplay(1), +@end ifset +@ifset config-not-all +ffplay-all(1), +@end ifset ffmpeg(1), ffprobe(1), ffserver(1), ffmpeg-utils(1), ffmpeg-scaler(1), ffmpeg-resampler(1), ffmpeg-codecs(1), ffmpeg-bitstream-filters(1), ffmpeg-formats(1), |