summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-04-14 21:31:12 +0000
committerDiego Biurrun <diego@biurrun.de>2006-04-14 21:31:12 +0000
commitb9ca6d4704a5b7e39395779c2c24c42573c57fd9 (patch)
tree10b84bb62fa60497579890aa918d3a0b5fb1aed9
parent37921ffde81284f4cc8b69d99d4f39f593c65542 (diff)
output cosmetics
Originally committed as revision 5291 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 1813e14b39..4a2bb3d0c1 100755
--- a/configure
+++ b/configure
@@ -1931,6 +1931,7 @@ if test "$amr_nb" = "yes" ; then
if test "$amr_nb_fixed" = "yes" ; then
echo "AMR_NB_FIXED=yes" >> config.mak
echo "#define AMR_NB_FIXED 1" >> $TMPH
+ echo
echo "AMR NB FIXED POINT NOTICE! Make sure you have downloaded TS26.073 "
echo "REL-5 version 5.1.0 from "
echo "http://www.3gpp.org/ftp/Specs/latest/Rel-5/26_series/26073-5??.zip"
@@ -1943,7 +1944,7 @@ else
echo "REL-5 V5.1.0 from "
echo "http://www.3gpp.org/ftp/Specs/latest/Rel-5/26_series/26104-5??.zip"
echo "and extracted the source to libavcodec/amr_float"
- echo "and if u try this on an alpha, u may need to change Word32 to int in amr/typedef.h"
+ echo "If you try this on alpha, you may need to change Word32 to int in amr/typedef.h"
echo
fi