diff options
author | rogerdpack <rogerpack2005@gmail.com> | 2015-08-27 16:16:44 -0600 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2015-08-27 16:26:54 -0700 |
commit | 832b4a4a438b73d720878d77aa3db46b08d79937 (patch) | |
tree | 8dfdfda1ae63113e3c9db320586ae3c011560ac4 /configure | |
parent | e2b19a533dbb4cb0fba85261ea835316381bc907 (diff) | |
download | ffmpeg-832b4a4a438b73d720878d77aa3db46b08d79937.tar.gz |
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>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |