From 9496f565dcc7b5ec5d8d118e492a0637c15617da Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 18 Oct 2015 14:27:51 +0200 Subject: configure: Simplify using --disable-all. libavutil was always built, allow its dependencies to be enabled. --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') 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} -- cgit v1.2.3