shithub: openh264

Download patch

ref: c0fcb8f90fbcb86bcb42382d23810faeeb08066f
parent: 306a1daa14146aa8e7002bf067292939d030f517
author: Martin Storsjö <[email protected]>
date: Fri Jan 17 06:05:33 EST 2014

Don't call make recursively to build codec_unittest

--- a/Makefile
+++ b/Makefile
@@ -89,11 +89,11 @@
 gtest-bootstrap:
 	svn co https://googletest.googlecode.com/svn/trunk/ gtest
 
-test:
 ifeq ($(HAVE_GTEST),Yes)
-	$(MAKE) codec_unittest
+test: codec_unittest
 	./codec_unittest
 else
+test:
 	@echo "./gtest : No such file or directory."
 	@echo "You do not have gtest. Run make gtest-bootstrap to get gtest"
 endif