Commit 3bff005b authored by Derek Buitenhuis's avatar Derek Buitenhuis

Merge commit '5e1beec9'

* commit '5e1beec9':
  configure: Print which libraries will be built
Merged-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parents 470bfab4 5e1beec9
......@@ -6280,6 +6280,10 @@ echo "External libraries:"
print_enabled '' $EXTERNAL_LIBRARY_LIST | print_in_columns
echo
echo "Libraries:"
print_enabled '' $LIBRARY_LIST | print_in_columns
echo
for type in decoder encoder hwaccel parser demuxer muxer protocol filter bsf indev outdev; do
echo "Enabled ${type}s:"
eval list=\$$(toupper $type)_LIST
......
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