This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
configure: Restore doc option to disable building the documentation
Also add appropriate dependency declarations for perl and texi2html.
tags/n2.2-rc1
Diego Biurrun
12 years ago
parent
dc80e2f7a5
commit
4da3f410d1
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
configure
+ 5
- 0
configure
View File
@@ -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"
Write
Preview
Loading…
Cancel
Save