Browse Source

configure: Print which libraries will be built

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
tags/n3.1
Luca Barbato 10 years ago
parent
commit
5e1beec944
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      configure

+ 4
- 0
configure View File

@@ -5050,6 +5050,10 @@ echo "External libraries:"
print_enabled '' $EXTERNAL_LIBRARY_LIST | print_3_columns
echo

echo "Libraries:"
print_enabled '' $LIBRARY_LIST | print_3_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


Loading…
Cancel
Save