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 \ libgstopencv_la_SOURCES = gstopencv.cpp \
gstopencvvideofilter.c \ gstopencvvideofilter.c \
gstopencvutils.c \ gstopencvutils.c \
gstcvdilate.c \ gstcvdilate.cpp \
gstcvdilateerode.c \ gstcvdilateerode.c \
gstcvequalizehist.c \ gstcvequalizehist.c \
gstcverode.c \ gstcverode.c \

View file

@ -1,7 +1,7 @@
/* /*
* GStreamer * GStreamer
* Copyright (C) 2010 Thiago Santos <thiago.sousa.santos@collabora.co.uk> * Copyright (C) 2010 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
* *
* Permission is hereby granted, free of charge, to any person obtaining a * Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"), * copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation * to deal in the Software without restriction, including without limitation