shithub: openh264

Download patch

ref: 93e9694bc628b3d8a5fc6f12fca659af8cedba1d
parent: efdb0cd2e2ed137f9d9ab9cc47211867bf08deeb
author: Martin Storsjö <martin@martin.st>
date: Wed Jul 16 06:40:45 EDT 2014

Fix generating the version header when building outside of the source tree

Also silence this command in silent builds.

--- a/Makefile
+++ b/Makefile
@@ -123,7 +123,7 @@
 
 all:	General_ver libraries binaries
 General_ver:
-	sh ./codec/common/generate_version.sh
+	$(QUIET)cd $(SRC_PATH) && sh ./codec/common/generate_version.sh
 
 clean:
 ifeq (android,$(OS))