From 49287b1e045f3f2d06aecda3cb33e70e8f43e4c2 Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Sat, 10 Oct 2015 16:57:36 +0100 Subject: [PATCH] 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 --- ext/opencv/Makefile.am | 2 +- ext/opencv/{gstcvequalizehist.c => gstcvequalizehist.cpp} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename ext/opencv/{gstcvequalizehist.c => gstcvequalizehist.cpp} (99%) diff --git a/ext/opencv/Makefile.am b/ext/opencv/Makefile.am index e342798..e9c2ad6 100644 --- a/ext/opencv/Makefile.am +++ b/ext/opencv/Makefile.am @@ -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 \ diff --git a/ext/opencv/gstcvequalizehist.c b/ext/opencv/gstcvequalizehist.cpp similarity index 99% rename from ext/opencv/gstcvequalizehist.c rename to ext/opencv/gstcvequalizehist.cpp index 57d6ba8..0ea723f 100644 --- a/ext/opencv/gstcvequalizehist.c +++ b/ext/opencv/gstcvequalizehist.cpp @@ -1,7 +1,7 @@ /* * GStreamer * Copyright (C) 2010 Thiago Santos - * + * * 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 -- 2.7.4