aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Bœsch <cboesch@gopro.com>2017-03-31 11:24:11 +0200
committerClément Bœsch <cboesch@gopro.com>2017-03-31 11:25:06 +0200
commitd62606480f41ac26ec98be45166cc11530276e83 (patch)
treeb25d32b65194287a6f017a4b00f4f0ab0b9866fc
parent6f957710461a78de2cc2e16d325708519f9cd0e8 (diff)
parentd1a91ebe4990001e0800ee9ac54ed2207e4f56ff (diff)
downloadffmpeg-d62606480f41ac26ec98be45166cc11530276e83.tar.gz
Merge commit 'd1a91ebe4990001e0800ee9ac54ed2207e4f56ff'
* commit 'd1a91ebe4990001e0800ee9ac54ed2207e4f56ff': configure: Print list of enabled programs This commit is mostly a noop, see 832b4a4a438b73d720878d77aa3db46b08d79937 Merged-by: Clément Bœsch <cboesch@gopro.com>
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index 0264afb12a..e90041e5e5 100755
--- a/configure
+++ b/configure
@@ -6606,10 +6606,6 @@ test -n "$random_seed" &&
echo "random seed ${random_seed}"
echo
-echo "Enabled programs:"
-print_enabled '' $PROGRAM_LIST | print_in_columns
-echo
-
echo "External libraries:"
print_enabled '' $EXTERNAL_LIBRARY_LIST | print_in_columns
echo
@@ -6622,6 +6618,10 @@ echo "Libraries:"
print_enabled '' $LIBRARY_LIST | print_in_columns
echo
+echo "Programs:"
+print_enabled '' $PROGRAM_LIST | print_in_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