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

print enabled things in columns

Originally committed as revision 12251 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 3cde40aa
......@@ -1951,14 +1951,11 @@ echo "zlib enabled ${zlib-no}"
for type in decoder encoder parser demuxer muxer protocol filter bsf indev outdev; do
echo "Enabled ${type}s:"
ucname="\$`toupper $type`_LIST"
list="`eval echo $ucname`"
partlist=""
eval list=\$$(toupper $type)_LIST
for part in $list; do
enabled $part && partlist="$partlist $part"
done
partlist=`echo $partlist | sed s/_$type//g | tr ' ' '\n' | sort`
echo $partlist
enabled $part && echo ${part%_*}
done | sort | pr -3 -t
echo
done
enabled nonfree &&
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册