Commit d6260648 authored by Clément Bœsch's avatar Clément Bœsch

Merge commit 'd1a91ebe'

* commit 'd1a91ebe':
  configure: Print list of enabled programs

This commit is mostly a noop, see 832b4a4aMerged-by: 's avatarClément Bœsch <cboesch@gopro.com>
parents 6f957710 d1a91ebe
......@@ -6606,10 +6606,6 @@ test -n "$random_seed" &&
echo "random seed ${random_seed}"
echo
echo "Enabled programs:"
print_enabled '' $PROGRAM_LIST | print_in_columns
echo
echo "External libraries:"
print_enabled '' $EXTERNAL_LIBRARY_LIST | print_in_columns
echo
......@@ -6622,6 +6618,10 @@ echo "Libraries:"
print_enabled '' $LIBRARY_LIST | print_in_columns
echo
echo "Programs:"
print_enabled '' $PROGRAM_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