Commit fda299f0 authored by Konstantin Pavlov's avatar Konstantin Pavlov Committed by Mans Rullgard

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: 's avatarMans Rullgard <mans@mansr.com>
parent 350785a6
...@@ -3143,7 +3143,7 @@ echo ...@@ -3143,7 +3143,7 @@ echo
for type in decoder encoder hwaccel parser demuxer muxer protocol filter bsf indev outdev; do for type in decoder encoder hwaccel parser demuxer muxer protocol filter bsf indev outdev; do
echo "Enabled ${type}s:" echo "Enabled ${type}s:"
eval list=\$$(toupper $type)_LIST eval list=\$$(toupper $type)_LIST
print_enabled '_*' $list | sort | pr -3 -t print_enabled '_*' $list | sort | pr -r -3 -t
echo echo
done done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment