Opened 12 years ago
Closed 12 years ago
#1449 closed defect (fixed)
texi2html required for doc
Reported by: | burek | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | build system |
Version: | unspecified | Keywords: | texi2html |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | yes |
Description
If a user doesn't install "texi2html" package prior to ffmpeg compilation, it won't install docs, but there are no warnings during configure process and the default is to build ffmpeg with docs.
The solution is to issue a warning or an error (and force the user to use --disable-doc) during the configure process. Currently, it doesn't do/show anything, making a user think it will build docs too, but it doesn't build it.
Change History (1)
comment:1 by , 12 years ago
Analyzed by developer: | set |
---|---|
Component: | undetermined → build system |
Keywords: | texi2html added |
Reproduced by developer: | set |
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Should be fixed in:
FFmpeg will now create and install documentation based on the tools installed on the system (so if texi2html is missing, it still will compile and install man pages).