[FFmpeg-devel] [PATCH] 5 patches from the Debian packaging

Andreas Cadhalpun andreas.cadhalpun at googlemail.com
Sat Mar 8 11:24:02 CET 2014


On 08.03.2014 04:44, Timothy Gu wrote:
> This patch has more problem than it seems: *-all.html is completely
> broken, CSS is not included at all, and @subsubsection is not
> supported:
>
> (I fixed *-all generation here)

Thanks for fixing *-all.html!

I'm not sure, what you mean with 'CSS is not included at all'. From the 
libavfilter.html:
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
[...]
-->
</style>

If that's not enough, makeinfo has a --css-include=file option.

> $ make doc/ffmpeg-all.html
> HTML doc/ffmpeg-all.html
> doc/decoders.texi:65: raising the section level of @subsubsection
> which is too low
> make: *** [doc/ffmpeg-all.html] Error 1

I don't get these warnings about @subsubsection:
$ make doc/ffmpeg-all.html
HOSTCC	doc/print_options.o
In file included from doc/print_options.c:32:0:
./libavcodec/options_table.h:347:1: warning: ‘request_channels’ is 
deprecated (declared at ./libavcodec/avcodec.h:1926) 
[-Wdeprecated-declarations]
  {"request_channels", "set desired number of audio channels", 
OFFSET(request_channels), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, 0, 
INT_MAX, A|D},
  ^
HOSTLD	doc/print_options
GENTEXI	doc/avoptions_format.texi
GENTEXI	doc/avoptions_codec.texi
HTML	doc/ffmpeg-all.html

What version of texinfo do you use? (I have: 5.2.0.dfsg.1-2)



More information about the ffmpeg-devel mailing list