mirror of https://git.ffmpeg.org/ffmpeg.git
Add empty line in output to increase readability.
Originally committed as revision 12271 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
61d251dbc0
commit
2c62e737f4
|
@ -1952,6 +1952,7 @@ echo "libvorbis enabled ${libvorbis-no}"
|
|||
echo "x264 enabled ${libx264-no}"
|
||||
echo "XviD enabled ${libxvid-no}"
|
||||
echo "zlib enabled ${zlib-no}"
|
||||
echo
|
||||
|
||||
for type in decoder encoder parser demuxer muxer protocol filter bsf indev outdev; do
|
||||
echo "Enabled ${type}s:"
|
||||
|
|
Loading…
Reference in New Issue