Add input and output devices to configure output.

Originally committed as revision 11177 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-12-06 17:51:59 +00:00
parent 8fb1cb5825
commit 7dd2862b48

2
configure vendored
View File

@ -1868,7 +1868,7 @@ enabled gpl &&
echo "License: GPL" ||
echo "License: LGPL"
for type in decoder encoder parser demuxer muxer protocol bsf; do
for type in decoder encoder parser demuxer muxer protocol bsf indev outdev; do
echo "Enabled ${type}s:"
ucname="\$`toupper $type`_LIST"
list="`eval echo $ucname`"