Commit 832b4a4a authored by rogerdpack's avatar rogerdpack Committed by Timothy Gu

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: 's avatarrogerdpack <rogerpack2005@gmail.com>
Reviewed-by: 's avatarGanesh Ajjanagadde <gajjanag@mit.edu>
Signed-off-by: 's avatarTimothy Gu <timothygu99@gmail.com>
parent e2b19a53
......@@ -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
......
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