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