shithub: openh264

Download patch

ref: 4f8c4f59255ac5b839ce0a76b67a51f48b2f42e7
parent: 864ff21021b207153b916de6d727dcc23671796a
author: Martin Storsjö <martin@martin.st>
date: Fri Apr 17 11:04:26 EDT 2015

Don't try to run the unit test suite on "make test" for windows phone

This makes it consistent with android and iOS.

--- a/Makefile
+++ b/Makefile
@@ -162,7 +162,9 @@
 test: codec_unittest$(EXEEXT)
 ifneq (android,$(OS))
 ifneq (ios,$(OS))
+ifneq (msvc-wp,$(OS))
 	./codec_unittest
+endif
 endif
 endif