From 3ffdb8a6e4c94a1e2448e464247f07b72cc974ab Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Sun, 11 Oct 2015 23:44:25 +0100 Subject: textoverlay: Switch to C++ Switch gsttextoverlay to C++ for consistency with other OpenCV elements, and support of the new 2.4.11 API. https://bugzilla.gnome.org/show_bug.cgi?id=754148 --- ext/opencv/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/opencv/Makefile.am') diff --git a/ext/opencv/Makefile.am b/ext/opencv/Makefile.am index f1d65c85f..18184bc98 100644 --- a/ext/opencv/Makefile.am +++ b/ext/opencv/Makefile.am @@ -16,7 +16,7 @@ libgstopencv_la_SOURCES = gstopencv.cpp \ gsthanddetect.cpp \ gstpyramidsegment.cpp \ gsttemplatematch.c \ - gsttextoverlay.c \ + gsttextoverlay.cpp \ gstmotioncells.c \ gstskindetect.cpp \ gstretinex.cpp \ -- cgit v1.2.1