cvdilate: Change gstcvdilate to C++

Change the gstcvdilate.c file extension to cpp and add it into Makefile for
consistency with other elements of opencv and because Opencv not support C
language in new API 2.4.11.

https://bugzilla.gnome.org/show_bug.cgi?id=754148
This commit is contained in:
Vanessa Chipirrás Navalón 2015-10-02 19:02:26 +01:00 committed by Luis de Bethencourt
parent 7f9aef31cb
commit f8e11fe656
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ plugin_LTLIBRARIES = libgstopencv.la
libgstopencv_la_SOURCES = gstopencv.cpp \
gstopencvvideofilter.c \
gstopencvutils.c \
gstcvdilate.c \
gstcvdilate.cpp \
gstcvdilateerode.c \
gstcvequalizehist.c \
gstcverode.c \