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:
parent
8fb1cb5825
commit
7dd2862b48
2
configure
vendored
2
configure
vendored
@ -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`"
|
||||
|
Loading…
Reference in New Issue
Block a user