On Mon, Feb 28, 2022 at 08:29:35 +0100, Andreas Unterweger wrote: > I wanted to follow up and this and ask if there is *any* documentation > about how to build the (HTML) documentation for a particular version > of the FFmpeg libraries.
It is part of the regular build process. If you do ./configure; make the HTML docs are automatically built (see folder doc/). They probably depend on some tools, presumably makeinfo. > It would also be helpful if there were any pointers to how the > nightly documentation is built exactly ([2] in the message above). Well, either you grab a release for that release's docs, or you grab nightly or lastest Git, to get the latest docs. They are part of the source tree, so they always correlate. Cheers, Moritz _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
