shithub: openh264

Download patch

ref: 0ad7c4c9b6540e8b990a4eff2e84e223b8d900c0
parent: dba62070bf64f6f1ec2729563df183898e0eef19
author: Martin Storsjö <martin@martin.st>
date: Sun Jan 5 09:12:47 EST 2014

Get rid of trailing whitespace in the platform makefiles

--- a/build/platform-linux.mk
+++ b/build/platform-linux.mk
@@ -4,7 +4,7 @@
 ASMFLAGS += -DNOPREFIX
 ifeq ($(ENABLE64BIT), Yes)
 ASMFLAGS += -f elf64
-else 
+else
 ASMFLAGS += -f elf32
 endif
 
--- a/build/platform-mingw_nt.mk
+++ b/build/platform-mingw_nt.mk
@@ -1,5 +1,5 @@
 ASM = nasm
 CFLAGS += -DWIN32 -D__NO_CTYPE
-LDFLAGS += 
+LDFLAGS +=
 ASMFLAGS += -f win32 -DPREFIX