OSDN Git Service

configure: Simplify using --disable-all.
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Sun, 18 Oct 2015 12:27:51 +0000 (14:27 +0200)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Sun, 18 Oct 2015 12:27:51 +0000 (14:27 +0200)
libavutil was always built, allow its dependencies to be enabled.

configure

index 5e7ded1..2368d73 100755 (executable)
--- 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}