[FFmpeg-cvslog] configure: Restore doc option to disable building the documentation
Diego Biurrun
git at videolan.org
Wed Nov 27 02:33:51 CET 2013
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Nov 25 15:19:57 2013 -0800| [4da3f410d176dd1a55d7cbe5d2e2ead342027f13] | committer: Diego Biurrun
configure: Restore doc option to disable building the documentation
Also add appropriate dependency declarations for perl and texi2html.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4da3f410d176dd1a55d7cbe5d2e2ead342027f13
---
configure | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/configure b/configure
index ed1c500..450c572 100755
--- a/configure
+++ b/configure
@@ -1112,6 +1112,7 @@ CONFIG_LIST="
$LIBRARY_LIST
$PROGRAM_LIST
dct
+ doc
error_resilience
fft
gpl
@@ -1972,6 +1973,10 @@ avserver_deps="avformat fork !shared"
avserver_select="ffm_muxer rtp_protocol rtsp_demuxer"
avserver_extralibs='$ldl'
+# documentation
+perl_deps="doc"
+texi2html_deps="doc"
+
# default parameters
logfile="config.log"
More information about the ffmpeg-cvslog
mailing list