Commit 7dd2862b authored by Diego Biurrun's avatar Diego Biurrun

Add input and output devices to configure output.

Originally committed as revision 11177 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8fb1cb58
......@@ -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`"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment