[Bug 698627] opencv: doesn't build with opencv 2.4.5
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Apr 24 00:03:15 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=698627
GStreamer | gst-plugins-bad | 1.x
Sebastian Dröge <slomo> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |slomo at circular-chaos.org
--- Comment #1 from Sebastian Dröge <slomo at circular-chaos.org> 2013-04-24 07:03:10 UTC ---
If the redundant declarations warnings are caused by the OpenCV headers
being broken you could do something like what was done in gst-omx for
the Raspberry Pi:
http://cgit.freedesktop.org/gstreamer/gst-omx/commit/?id=4974f75d916e703cb78244154218cf700a1567fd
Please report this to the OpenCV folks though so they can get it fixed
properly :)
For the linking problem, libtool is converting all the -lsomelibrary to
whatever it finds in the libsomelibrary.la file. It might be that
something there is wrong, or indeed the pkg-config file of OpenCV has
changed and now lists things not as -lsomelibrary but instead gives the
path to the library file (which would just be wrong and should be
reported to the OpenCV people).
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list