[FFmpeg-cvslog] configure: Simplify using --disable-all.
Carl Eugen Hoyos
git at videolan.org
Sun Oct 18 14:29:21 CEST 2015
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sun Oct 18 14:27:51 2015 +0200| [9496f565dcc7b5ec5d8d118e492a0637c15617da] | committer: Carl Eugen Hoyos
configure: Simplify using --disable-all.
libavutil was always built, allow its dependencies to be enabled.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9496f565dcc7b5ec5d8d118e492a0637c15617da
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 5e7ded1..2368d73 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}
More information about the ffmpeg-cvslog
mailing list