shithub: openh264

Download patch

ref: 4f527a0fb6ce8c96e431fc9323c99eb95fc40540
parent: dac13639c9404333300f0962f2fe1dc53ae5dbc1
parent: 615b0b53d1aa5231a16d6d4511dae51a026a5c33
author: sijchen <sijchen@cisco.com>
date: Wed Apr 22 05:31:01 EDT 2015

Merge pull request #1909 from mstorsjo/fix-msvc-make

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

--- 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