mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-05-06 14:39:51 +08:00
configure: Print which libraries will be built
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user