[FFmpeg-devel] [PATCH]Remove --disable-avutil and sanitize --disable-all
Carl Eugen Hoyos
cehoyos at ag.or.at
Sat Oct 3 23:59:35 CEST 2015
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
More information about the ffmpeg-devel
mailing list