Commit 83fa9cbe authored by Martin Storsjö's avatar Martin Storsjö

omxil: Use the alternative 64 bit integer ABI on the raspberry pi

This changes how some structs are laid out.

Most of OMX API implementation on the raspberry pi runs on the
VideoCore processor and not on the normal ARM thar runs the
userland. Some OMX structs are passed over to this processor as
whole blocks, so the OMX ABI used in the userland is tied to be the
same as the one used by the VideoCore firmware.
Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent 595e624f
......@@ -21,6 +21,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef RPI_OMX
#define OMX_SKIP64BIT
#endif
/*****************************************************************************
* Includes
*****************************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment