提交 36e2dea0 编写于 作者: M Måns Rullgård

configure: add --disable-everything option

This disables all codecs, formats, etc.  It saves some typing when
only a few components are desired.

Originally committed as revision 22443 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 122dcdcb
......@@ -312,6 +312,12 @@ filter(){
done
}
map(){
m=$1
shift
for _; do; eval $m; done
}
set_all(){
value=$1
shift
......@@ -1578,6 +1584,9 @@ for opt do
;;
--enable-debug=*) debuglevel="$optval"
;;
--disable-everything)
map 'eval disable \${$(toupper ${_%s})_LIST}' $COMPONENT_LIST
;;
--enable-*=*|--disable-*=*)
eval $(echo "${opt%%=*}" | sed 's/--/action=/;s/-/ thing=/')
is_in "${thing}s" $COMPONENT_LIST || die_unknown "$opt"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册