ffmpeg | branch: master | rogerdpack <rogerpack2...@gmail.com> | Thu Aug 27 16:16:44 2015 -0600| [832b4a4a438b73d720878d77aa3db46b08d79937] | committer: 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: rogerdpack <rogerpack2...@gmail.com> Reviewed-by: Ganesh Ajjanagadde <gajja...@mit.edu> Signed-off-by: Timothy Gu <timothyg...@gmail.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=832b4a4a438b73d720878d77aa3db46b08d79937 --- configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure b/configure index 8840027..5913090 100755 --- a/configure +++ b/configure @@ -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 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog