summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-02-12 15:44:35 +0000
committerDiego Biurrun <diego@biurrun.de>2007-02-12 15:44:35 +0000
commit7c758d336a6e205b016386e23d446370790daecf (patch)
tree650124ef187a682b7adcb1c9bae6f5f5da0eb3c9 /configure
parent9b0dfb27ab5e911547d86142cd8f67d296692bad (diff)
minor help output formatting fix
Originally committed as revision 7949 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 4ef17393d9..e740fb3b7f 100755
--- a/configure
+++ b/configure
@@ -114,8 +114,8 @@ show_help(){
echo " --extra-libs=ELIBS add ELIBS [$ELIBS]"
echo " --build-suffix=SUFFIX suffix for application specific build []"
echo " --arch=ARCH select architecture [$arch]"
- echo " --cpu=CPU selects the minimum cpu required (affects
- instruction selection, may crash on older CPUs)"
+ echo " --cpu=CPU selects the minimum cpu required (affects"
+ echo " instruction selection, may crash on older CPUs)"
echo " --powerpc-perf-enable enable performance report on PPC"
echo " (requires enabling PMC)"
echo " --disable-mmx disable MMX usage"