shithub: openh264

Download patch

ref: c1817891b520803fca6b998e2baa28bc69405652
parent: 5c6995ca7fbf68c6ca097b113081343a470fa2a0
parent: 21559a2d7da8e717eeaef5c8f61d576021565b61
author: Licai Guo <licaguo@cisco.com>
date: Thu Mar 27 11:00:15 EDT 2014

Merge pull request #589 from mstorsjo/simplify-script

Remove an unnecessary 'cd' in the mktargets.sh script

--- a/build/mktargets.sh
+++ b/build/mktargets.sh
@@ -11,4 +11,3 @@
 python build/mktargets.py --directory test/decoder --prefix decoder_unittest
 python build/mktargets.py --directory test/api --prefix api_test
 python build/mktargets.py --directory gtest --library gtest --out build/gtest-targets.mk --cpp-suffix .cc --include gtest-all.cc
-cd - >/dev/null 2>&1