configure: Simplify using --disable-all.
libavutil was always built, allow its dependencies to be enabled.
This commit is contained in:
parent
7bbd060324
commit
9496f565dc
1
configure
vendored
1
configure
vendored
@ -3136,6 +3136,7 @@ for opt do
|
|||||||
--disable-all)
|
--disable-all)
|
||||||
map 'eval unset \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
|
map 'eval unset \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
|
||||||
disable $LIBRARY_LIST $PROGRAM_LIST doc
|
disable $LIBRARY_LIST $PROGRAM_LIST doc
|
||||||
|
enable avutil
|
||||||
;;
|
;;
|
||||||
--enable-random|--disable-random)
|
--enable-random|--disable-random)
|
||||||
action=${opt%%-random}
|
action=${opt%%-random}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user