[FFmpeg-cvslog] configure: Print which libraries will be built

Luca Barbato git at videolan.org
Wed Feb 17 16:40:14 CET 2016


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Sat Jan 23 19:35:21 2016 +0100| [5e1beec944dacd6b4ed7d710125dd508c41ca969] | committer: Luca Barbato

configure: Print which libraries will be built

Signed-off-by: Luca Barbato <lu_zero at gentoo.org>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5e1beec944dacd6b4ed7d710125dd508c41ca969
---

 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



More information about the ffmpeg-cvslog mailing list