projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
21c750f
)
configure: Print which libraries will be built
author
Luca Barbato
<lu_zero@gentoo.org>
Sat, 23 Jan 2016 18:35:21 +0000
(19:35 +0100)
committer
Luca Barbato
<lu_zero@gentoo.org>
Sun, 14 Feb 2016 10:44:57 +0000
(11:44 +0100)
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
configure
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index
008f375
..
102ad79
100755
(executable)
--- 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