Commit 06ef9a9f authored by diego's avatar diego

Add input and output devices to configure output.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11177 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 731bc71c
...@@ -1868,7 +1868,7 @@ enabled gpl && ...@@ -1868,7 +1868,7 @@ enabled gpl &&
echo "License: GPL" || echo "License: GPL" ||
echo "License: LGPL" 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:" echo "Enabled ${type}s:"
ucname="\$`toupper $type`_LIST" ucname="\$`toupper $type`_LIST"
list="`eval echo $ucname`" 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