[Bug 766475] #warning OMX_SKIP64BIT is not defined - this will be incompatible with the VC GPU code
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Jun 17 08:52:48 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=766475
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |slomo at coaxion.net
--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
It's a change in the RPi headers that caused this to appear, and also seems to
be completely RPi specific. It was added here:
https://github.com/raspberrypi/userland/commit/748b2ba6112435063352d72f48d1d6dcc124bd6f
The solution would be to actually #define it when compiling with
--with-omx-target=rpi. This would mean also changing all the code that uses the
OMX_TICKS and probably other types because:
https://github.com/raspberrypi/userland/blob/master/interface/vmcs_host/khronos/IL/OMX_Types.h#L294
Yet another quite intrusive non-standard change to OpenMAX IL. Why even bother
using a standard API at all if they change everything that want in incompatible
ways...
--
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