shithub: openh264

Download patch

ref: 615b0b53d1aa5231a16d6d4511dae51a026a5c33
parent: dac13639c9404333300f0962f2fe1dc53ae5dbc1
author: Martin Storsjö <martin@martin.st>
date: Tue Apr 21 05:12:45 EDT 2015

Mention the "all" target before the extra dependencies for openh264.dll in msvc.mk

This makes sure that all components get built, not only the DLL,
if doing a plain "make OS=msvc" after 2b33c749939.

--- a/build/platform-msvc.mk
+++ b/build/platform-msvc.mk
@@ -3,4 +3,7 @@
 CFLAGS_OPT += -MT
 CFLAGS_DEBUG += -MTd -Gm
 
+# Make sure a plain "make" without a target still builds "all"
+all:
+
 $(LIBPREFIX)$(PROJECT_NAME).$(SHAREDLIBSUFFIXVER): openh264.res