configure: Print out enabled programs

Better message that ffplay is not going to be built by printing out what
will be built.

Based on a patch by Moritz Barsnick.

Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
Reviewed-by: Ganesh Ajjanagadde <gajjanag@mit.edu>
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
pull/150/head
rogerdpack 10 years ago committed by Timothy Gu
parent e2b19a533d
commit 832b4a4a43
  1. 4
      configure

4
configure vendored

@ -5958,6 +5958,10 @@ test -n "$random_seed" &&
echo "random seed ${random_seed}"
echo
echo "Enabled programs:"
print_enabled '' $PROGRAM_LIST | print_3_columns
echo
echo "External libraries:"
print_enabled '' $EXTERNAL_LIBRARY_LIST | print_3_columns
echo

Loading…
Cancel
Save