On Thursday 24 September 2015 04:01:12 am Carl Eugen Hoyos wrote:
> diff --git a/configure b/configure
> index f6bc622..f9c035b 100755
> --- a/configure
> +++ b/configure
> @@ -128,7 +128,6 @@ Component options:
> --disable-avdevice disable libavdevice build
> --disable-avcodec disable libavcodec build
> --disable-avformat disable libavformat build
> - --disable-avutil disable libavutil build
> --disable-swresample disable libswresample build
> --disable-swscale disable libswscale build
> --disable-postproc disable libpostproc build
I applied this hunk.
> @@ -3110,6 +3109,7 @@ for opt do
> --disable-all)
> map 'eval unset \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
> disable $LIBRARY_LIST $PROGRAM_LIST doc
> + enable avutil
> ;;
> --enable-random|--disable-random)
> action=${opt%%-random}
I believe this simplifies using --disable-all, so I will commit
if I find no better solution.
Carl Eugen
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel