shithub: openh264

Download patch

ref: 9ebab7094f15e876daf90cff0777311f9aa83705
parent: f077d51f7e3f3118e73a09b586ac5f1a8354a13d
author: Martin Storsjö <[email protected]>
date: Wed Apr 22 05:23:08 EDT 2015

Clean up spacing in the quiet rules in the makefile

--- a/Makefile
+++ b/Makefile
@@ -76,13 +76,13 @@
 
 #### No user-serviceable parts below this line
 ifneq ($(V),Yes)
-    QUIET_CXX = @printf "CXX\t$@\n";
-    QUIET_CC  = @printf "CC\t$@\n";
+    QUIET_CXX  = @printf "CXX\t$@\n";
+    QUIET_CC   = @printf "CC\t$@\n";
     QUIET_CCAS = @printf "CCAS\t$@\n";
-    QUIET_ASM = @printf "ASM\t$@\n";
-    QUIET_AR  = @printf "AR\t$@\n";
-    QUIET_RC  = @printf "RC\t$@\n";
-    QUIET     = @
+    QUIET_ASM  = @printf "ASM\t$@\n";
+    QUIET_AR   = @printf "AR\t$@\n";
+    QUIET_RC   = @printf "RC\t$@\n";
+    QUIET      = @
 endif