shithub: openh264

Download patch

ref: b3342fa11a11d86e4f05d3e598ab727df1dd40d1
parent: f1d1af0d340756cf50f6c6497371e78a2ea8446c
author: Martin Storsjö <martin@martin.st>
date: Tue May 5 06:31:46 EDT 2015

Add spaces around an assignment to match the surrounding style

--- a/build/platform-msvc-wp.mk
+++ b/build/platform-msvc-wp.mk
@@ -6,7 +6,7 @@
 # Ignore warnings about the main function prototype when building with -ZW
 CXXFLAGS += -ZW -wd4447
 LDFLAGS += -nodefaultlib:kernel32.lib -nodefaultlib:ole32.lib WindowsPhoneCore.lib
-UTSHLDFLAGS=-def:ut.def
+UTSHLDFLAGS = -def:ut.def
 # Ignore warnings about code built with -ZW in .lib files
 AR_OPTS += -ignore:4264