Skip to content
Snippets Groups Projects
Commit fda299f0 authored by Konstantin Pavlov's avatar Konstantin Pavlov Committed by Mans Rullgard
Browse files

configure: use -r option for pr when listing enabled config options.


This fixes ugliness when configure outputs its (empty) results on HPUX
(maybe some other UNIXes too):

Enabled indevs:
pr:  -- empty file

Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
parent 350785a6
No related branches found
No related tags found
No related merge requests found
......@@ -3143,7 +3143,7 @@ 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
print_enabled '_*' $list | sort | pr -3 -t
print_enabled '_*' $list | sort | pr -r -3 -t
echo
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment