mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01: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 \
|
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 \
|
||||||
|
|
|
@ -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
|
Loading…
Reference in a new issue