shithub: openh264

Download patch

ref: a245dc8284f9ee59dc5eeb5e3379dfab7aa4ce79
parent: 8420fd34546e541abcb5b755cee816dc4e6e4374
author: Varun B Patil <varun.basavaraj.patil@gmail.com>
date: Sat Jan 25 15:05:16 EST 2014

Removed unused makefile variable

--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,6 @@
 UNAME=$(shell uname | tr A-Z a-z | tr -d \\-[:digit:].)
 LIBPREFIX=lib
 LIBSUFFIX=a
-CP=cp
-ROOTDIR=$(PWD)
 CXX_O=-o $@
 CXX_LINK_O=-o $@
 AR_OPTS=cr $@