[FFmpeg-devel] [PATCH] configure: Remove doc option remnants
James Almer
jamrial at gmail.com
Sun Nov 24 05:44:17 CET 2013
The doc config option was removed in f187557ab4612776f7f527ecf3d40062975c3e4c
but most references to it remained untouched
Signed-off-by: James Almer <jamrial at gmail.com>
---
configure | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/configure b/configure
index a83b1f0..993d817 100755
--- a/configure
+++ b/configure
@@ -116,7 +116,6 @@ Program options:
--disable-ffserver disable ffserver build
Documentation options:
- --disable-doc do not build documentation
--disable-htmlpages do not build HTML documentation pages
--disable-manpages do not build man documentation pages
--disable-podpages do not build POD documentation pages
@@ -2342,7 +2341,6 @@ enable stripping
enable asm
enable debug
-enable doc
enable optimizations
enable runtime_cpudetect
enable safe_bitstream_reader
@@ -2518,7 +2516,7 @@ for opt do
;;
--disable-all)
map 'eval unset \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
- disable $LIBRARY_LIST $PROGRAM_LIST doc
+ disable $LIBRARY_LIST $PROGRAM_LIST $DOCUMENT_LIST
;;
--enable-random|--disable-random)
action=${opt%%-random}
--
1.8.3.2
More information about the ffmpeg-devel
mailing list