mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
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:
parent
7f9aef31cb
commit
f8e11fe656
2 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue