shithub: openh264

Download patch

ref: 80067dbb096f343d5196faee2d691810c3070cdc
parent: fcd7a13816a7141236e1f66d7dfaa8f44c45d78a
author: Martin Storsjö <martin@martin.st>
date: Fri Jan 24 05:26:36 EST 2014

Include the executable extension in the test rule dependency

This fixes "make test" on platforms that have an executable
extension.

--- a/Makefile
+++ b/Makefile
@@ -106,7 +106,7 @@
 	svn co https://googletest.googlecode.com/svn/trunk/ gtest
 
 ifeq ($(HAVE_GTEST),Yes)
-test: codec_unittest
+test: codec_unittest$(EXEEXT)
 	./codec_unittest
 else
 test: