cvequalizehist: Switch to C++

Switch gstcvequalizehist 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
This commit is contained in:
Luis de Bethencourt 2015-10-10 16:57:36 +01:00
parent b2420b0408
commit 49287b1e04
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ libgstopencv_la_SOURCES = gstopencv.cpp \
gstopencvutils.c \
gstcvdilate.cpp \
gstcvdilateerode.cpp \
gstcvequalizehist.c \
gstcvequalizehist.cpp \
gstcverode.cpp \
gstcvlaplace.c \
gstcvsmooth.cpp \

View file

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