Opened 14 years ago
Closed 14 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 , 14 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:
commit 3e03f8d8b202b4548c6fb42f66fff4827e724085 Author: jamal <jamrial@gmail.com> Date: Wed Jul 11 22:41:25 2012 -0300 build: Fix documentation dependencies and rulesFFmpeg 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).