Commit 9496f565 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

configure: Simplify using --disable-all.

libavutil was always built, allow its dependencies to be enabled.
parent 7bbd0603
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment