configure: Simplify using --disable-all.

libavutil was always built, allow its dependencies to be enabled.
This commit is contained in:
Carl Eugen Hoyos 2015-10-18 14:27:51 +02:00
parent 7bbd060324
commit 9496f565dc
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -3136,6 +3136,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}