summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-11-07 22:12:23 +0100
committerDiego Biurrun <diego@biurrun.de>2016-11-09 20:51:55 +0100
commitd1a91ebe4990001e0800ee9ac54ed2207e4f56ff (patch)
tree43e7f46e0a3964be572ee8dc315e6b2b8a1c1557 /configure
parent576c9003aef0fe18c0cf8da6e865211610552005 (diff)
configure: Print list of enabled programs
Also drop a related and now redundant informative output line.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index 7dda871f49..a6617b5758 100755
--- a/configure
+++ b/configure
@@ -5177,7 +5177,6 @@ echo "shared ${shared-no}"
echo "network support ${network-no}"
echo "threading support ${thread_type-no}"
echo "safe bitstream reader ${safe_bitstream_reader-no}"
-echo "SDL support ${sdl-no}"
test -n "$random_seed" &&
echo "random seed ${random_seed}"
echo
@@ -5193,6 +5192,10 @@ echo "Libraries:"
print_enabled '' $LIBRARY_LIST | print_3_columns
echo
+echo "Programs:"
+print_enabled '' $PROGRAM_LIST | print_3_columns
+echo
+
for type in decoder encoder hwaccel parser demuxer muxer protocol filter bsf indev outdev; do
echo "Enabled ${type}s:"
eval list=\$$(toupper $type)_LIST