From 342f2441e5420f2558d7d11e0f49e44ae05ade4d Mon Sep 17 00:00:00 2001
From: rogerdpack <rogerpack2005@gmail.com>
Date: Thu, 27 Aug 2015 16:16:44 -0600
Subject: [PATCH] better message that ffplay is not going to be built by
 printing out what will be built, based on patch by Moritz Barsnick

Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
---
 configure | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/configure b/configure
index 6449018..87025a7 100755
--- a/configure
+++ b/configure
@@ -5952,6 +5952,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
-- 
2.3.2 (Apple Git-55)

