GNOME Bugzilla – Bug 726957
Add configure option for external omxil headers
Last modified: 2014-07-23 08:16:25 UTC
omxil implementation may not install headers to default path, then gst-omx fail to find them. add configuration option to specify the path to omxil headers
Created attachment 272748 [details] [review] add --with-omx-header-path option for external omxil headers
Created attachment 272749 [details] [review] 0002-omxvp8dec-use-VP8-definition-from-OMX_VideoExt.h
Created attachment 272831 [details] [review] 0001-configure-add-with-omx-header-path-option-for-extern
Created attachment 272832 [details] [review] 0002-omxvp8dec-use-VP8-definition-from-OMX_VideoExt.h
commit 38a07c53860caa0d3acbbdd2346a34e1bf1334ca Author: Zhao, Halley <halley.zhao@intel.com> Date: Mon Mar 24 16:09:40 2014 +0800 omxvp8dec: use VP8 definition from OMX_VideoExt.h https://bugzilla.gnome.org/show_bug.cgi?id=726957 commit 0b2f5791f04993bd2081cf04155a721a1bb4df8f Author: Zhao, Halley <halley.zhao@intel.com> Date: Mon Mar 24 15:33:26 2014 +0800 configure: add --with-omx-header-path option for external omx headers https://bugzilla.gnome.org/show_bug.cgi?id=726957
commit b9238195dd983ec2803073ab66167324de9afe01 Author: Sebastian Dröge <sebastian@centricular.com> Date: Tue Jun 24 14:52:43 2014 +0200 omx: Only include OMX_VideoExt.h conditionally It does not exist on the RPi for example.