shithub: openh264

Download patch

ref: 75251b5af76517375fef4785c1834812c589292e
parent: 33e4f14be430753d4828244897d42091968c1934
author: Martin Storsjö <martin@martin.st>
date: Wed Apr 22 05:18:19 EDT 2015

Remove stray spaces before colon in messages

--- a/Makefile
+++ b/Makefile
@@ -177,7 +177,7 @@
 
 else
 test:
-	@echo "./gtest : No such file or directory."
+	@echo "./gtest: No such file or directory."
 	@echo "You do not have gtest. Run make gtest-bootstrap to get gtest"
 endif
 
@@ -227,7 +227,7 @@
 LIBRARIES += $(LIBPREFIX)$(MODULE_NAME).$(SHAREDLIBSUFFIXVER)
 else
 plugin:
-	@echo "./gmp-api : No such file or directory."
+	@echo "./gmp-api: No such file or directory."
 	@echo "You do not have gmp-api.  Run make gmp-bootstrap to get the gmp-api headers."
 endif
 
--- a/codec/build/generate_codec_ver.sh
+++ b/codec/build/generate_codec_ver.sh
@@ -4,7 +4,7 @@
 #
 
 if [ "$1"x = ""x ]; then
-	echo "Please input the version number as : major_ver.minor_ver.patch.reserve"
+	echo "Please input the version number as: major_ver.minor_ver.patch.reserve"
 	exit 127
 fi
 
@@ -11,7 +11,7 @@
 codec_ver=`echo "$1" | egrep  "^([0-9]+[.]){3}[0-9]+$"`
 
 if [ $? -ne 0 ]; then
-	echo "Please input the version number as : major_ver.minor_ver.patch.reserve"
+	echo "Please input the version number as: major_ver.minor_ver.patch.reserve"
 	exit 127
 fi
 
--- a/test/encoder_binary_comparison/Scripts/run_BinarySHA1Comparison.sh
+++ b/test/encoder_binary_comparison/Scripts/run_BinarySHA1Comparison.sh
@@ -339,9 +339,9 @@
   echo ""
   echo "***********************************************************"
   echo "${TestSequenceName}"
-  echo "total case  Num is :  ${TotalCaseNum}"
-  echo "pass  case  Num is : ${PassCaseNum}"
-  echo "unpass case Num is : ${UnpassCaseNum} "
+  echo "total case  Num is: ${TotalCaseNum}"
+  echo "pass  case  Num is: ${PassCaseNum}"
+  echo "unpass case Num is: ${UnpassCaseNum}"
   echo "***********************************************************"
   echo ""
 }
--- a/test/encoder_binary_comparison/Scripts/run_BitStreamToYUV.sh
+++ b/test/encoder_binary_comparison/Scripts/run_BitStreamToYUV.sh
@@ -83,7 +83,7 @@
   RegularizedYUVName="${BitStreamName}_${aDecodedYUVInfo[0]}x${aDecodedYUVInfo[1]}.yuv"
   mv -f  ${OrignName}   ${RegularizedYUVName}
   echo ""
-  echo "file :  ${OrignName}   has been renamed as :${RegularizedYUVName}"
+  echo "file: ${OrignName}   has been renamed as: ${RegularizedYUVName}"
   echo ""
   return 0
 }