Commit 4da3f410 authored by Diego Biurrun's avatar Diego Biurrun

configure: Restore doc option to disable building the documentation

Also add appropriate dependency declarations for perl and texi2html.
parent dc80e2f7
...@@ -1112,6 +1112,7 @@ CONFIG_LIST=" ...@@ -1112,6 +1112,7 @@ CONFIG_LIST="
$LIBRARY_LIST $LIBRARY_LIST
$PROGRAM_LIST $PROGRAM_LIST
dct dct
doc
error_resilience error_resilience
fft fft
gpl gpl
...@@ -1972,6 +1973,10 @@ avserver_deps="avformat fork !shared" ...@@ -1972,6 +1973,10 @@ avserver_deps="avformat fork !shared"
avserver_select="ffm_muxer rtp_protocol rtsp_demuxer" avserver_select="ffm_muxer rtp_protocol rtsp_demuxer"
avserver_extralibs='$ldl' avserver_extralibs='$ldl'
# documentation
perl_deps="doc"
texi2html_deps="doc"
# default parameters # default parameters
logfile="config.log" logfile="config.log"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment