summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2015-10-18 14:27:51 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2015-10-18 14:27:51 +0200
commit9496f565dcc7b5ec5d8d118e492a0637c15617da (patch)
treefda3344838fd31a233507c230fd4357ddc5652f5 /configure
parent7bbd060324f05a32aa3cc748ea484abf499cfbd8 (diff)
configure: Simplify using --disable-all.
libavutil was always built, allow its dependencies to be enabled.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 5e7ded1417..2368d73465 100755
--- a/configure
+++ b/configure
@@ -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}