[Bug 752528] OpenCV hand gesture detection does not work with OpenCV newer than 2.4.10

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Aug 19 09:05:07 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=752528

--- Comment #14 from Luis de Bethencourt <luis at debethencourt.com> ---
-libgstopencv_la_CXXFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS)
$(GST_CXXFLAGS) $(OPENCV_CFLAGS)
+libgstopencv_la_CXXFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS)
$(GST_CXXFLAGS) $(OPENCV_CFLAGS)\
+ 
-DGST_HAAR_CASCADES_DIR=\"$(pkgdatadir)/@GST_API_VERSION@/opencv_haarcascades\"

Is correct, since now we need that macro un the C++ side of things.

But that macro isn't used in any C plugins now. Remove it from the
libgstopencv_la_CFLAGS

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the gstreamer-bugs mailing list