shithub: openh264

Download patch

ref: 9d1ff982a719e78ac03b26a312e915c9626fee0b
parent: 93a5597c11cfcd5cbb18a81d0ad1736d61d5ea30
author: Ghislain MARY <ghislain.mary@belledonne-communications.com>
date: Mon Jun 1 05:54:42 EDT 2015

Use -fo option instead of /fo.

--- a/build/msvc-common.mk
+++ b/build/msvc-common.mk
@@ -46,5 +46,4 @@
 CODEC_UNITTEST_CFLAGS=-D_CRT_SECURE_NO_WARNINGS
 
 %.res: %.rc
-	# //fo is required instead of /fo because of msys interpreting it as a path otherwise
-	$(QUIET_RC)rc //fo $@ $<
+	$(QUIET_RC)rc -fo $@ $<