Module: libav Branch: master Commit: 5e1beec944dacd6b4ed7d710125dd508c41ca969
Author: Luca Barbato <[email protected]> Committer: Luca Barbato <[email protected]> Date: Sat Jan 23 19:35:21 2016 +0100 configure: Print which libraries will be built Signed-off-by: Luca Barbato <[email protected]> --- configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure b/configure index 008f375..102ad79 100755 --- a/configure +++ b/configure @@ -5050,6 +5050,10 @@ echo "External libraries:" print_enabled '' $EXTERNAL_LIBRARY_LIST | print_3_columns echo +echo "Libraries:" +print_enabled '' $LIBRARY_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 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
