Commit d1a91ebe authored by Diego Biurrun's avatar Diego Biurrun

configure: Print list of enabled programs

Also drop a related and now redundant informative output line.
parent 576c9003
...@@ -5177,7 +5177,6 @@ echo "shared ${shared-no}" ...@@ -5177,7 +5177,6 @@ echo "shared ${shared-no}"
echo "network support ${network-no}" echo "network support ${network-no}"
echo "threading support ${thread_type-no}" echo "threading support ${thread_type-no}"
echo "safe bitstream reader ${safe_bitstream_reader-no}" echo "safe bitstream reader ${safe_bitstream_reader-no}"
echo "SDL support ${sdl-no}"
test -n "$random_seed" && test -n "$random_seed" &&
echo "random seed ${random_seed}" echo "random seed ${random_seed}"
echo echo
...@@ -5193,6 +5192,10 @@ echo "Libraries:" ...@@ -5193,6 +5192,10 @@ echo "Libraries:"
print_enabled '' $LIBRARY_LIST | print_3_columns print_enabled '' $LIBRARY_LIST | print_3_columns
echo 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 for type in decoder encoder hwaccel parser demuxer muxer protocol filter bsf indev outdev; do
echo "Enabled ${type}s:" echo "Enabled ${type}s:"
eval list=\$$(toupper $type)_LIST eval list=\$$(toupper $type)_LIST
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment