Merge commit 'd1a91ebe4990001e0800ee9ac54ed2207e4f56ff'

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

This commit is mostly a noop, see 832b4a4a43

Merged-by: Clément Bœsch <cboesch@gopro.com>
pull/258/head
Clément Bœsch 8 years ago
commit d62606480f
  1. 8
      configure

8
configure vendored

@ -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

Loading…
Cancel
Save