[FFmpeg-cvslog] configure: use -r option for pr when listing enabled config options.
Konstantin Pavlov
git at videolan.org
Sat Mar 19 20:22:14 CET 2011
ffmpeg | branch: master | Konstantin Pavlov <thresh at videolan.org> | Thu Mar 17 10:11:14 2011 +0000| [fda299f0d01c1691625180786a01b01065df7156] | committer: 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: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fda299f0d01c1691625180786a01b01065df7156
---
configure | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index 15d45a8..1494994 100755
--- a/configure
+++ b/configure
@@ -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
More information about the ffmpeg-cvslog
mailing list