On 25.11.2013 08:03, wm4 wrote:
On Sun, 24 Nov 2013 18:35:18 -0800 Diego Biurrun <[email protected]> wrote:--- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure b/configure index ed1c500..fadee1c 100755 --- a/configure +++ b/configure @@ -111,7 +111,6 @@ Program options: --disable-avserver disable avserver build Component options: - --disable-doc do not build documentation --disable-avdevice disable libavdevice build --disable-avcodec disable libavcodec build --disable-avformat disable libavformat build @@ -2014,7 +2013,6 @@ enable $EXAMPLE_LIST $LIBRARY_LIST $PROGRAM_LIST enable asm enable debug -enable doc enable optimizations enable safe_bitstream_reader enable static @@ -2187,7 +2185,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 ;; --enable-random|--disable-random) action=${opt%%-random}So, why exactly has --disable-doc apparently be deemed useless?
I had a brainfart.
How do you disable docs now?
You wait a few hours for me to send the patch that brings it back. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
