templatematch: rename conflicting variable
authorLuis de Bethencourt <luis@debethencourt.com>
Fri, 31 Jul 2015 15:40:07 +0000 (16:40 +0100)
committerLuis de Bethencourt <luis@debethencourt.com>
Fri, 31 Jul 2015 15:49:35 +0000 (16:49 +0100)
commit2111f50a6fd459cbde0cfe8d851515723a441478
tree2c08cadb7283f1fdb85f0c9d08b8577ddc9923c6
parent78d0c5f01ef8d361c66a346aa670ce35a94c247e
templatematch: rename conflicting variable

With the switch of gstopencv.c to C++, all OpenCV elements are built with
g++. The template variable clashes with C++'s feature of the same name.
Rename template to templ to avoid any clash.
ext/opencv/gsttemplatematch.c
ext/opencv/gsttemplatematch.h