summaryrefslogtreecommitdiff
path: root/ext/opencv/Makefile.am
diff options
context:
space:
mode:
authorLuis de Bethencourt <luisbg@osg.samsung.com>2015-10-11 23:44:25 +0100
committerLuis de Bethencourt <luisbg@osg.samsung.com>2015-10-11 23:45:35 +0100
commit3ffdb8a6e4c94a1e2448e464247f07b72cc974ab (patch)
treeffb1d423d0c0f1d43329d30f3fb51f7ef528b919 /ext/opencv/Makefile.am
parent466966ff6c0ce420837b418d37bf66a2db7e327f (diff)
downloadgstreamer-plugins-bad-3ffdb8a6e4c94a1e2448e464247f07b72cc974ab.tar.gz
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
Diffstat (limited to 'ext/opencv/Makefile.am')
-rw-r--r--ext/opencv/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \