Skip to content

Commit

Permalink
configure: use -r option for pr when listing enabled config options.
Browse files Browse the repository at this point in the history
This fixes ugliness when configure outputs its (empty) results on HPUX
(maybe some other UNIXes too):

Enabled indevs:
pr:  -- empty file

Signed-off-by: Mans Rullgard <[email protected]>
  • Loading branch information
thresheek authored and mansr committed Mar 18, 2011
1 parent 350785a commit fda299f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fda299f

Please sign in to comment.