Skip to content

Commit

Permalink
omxil: Use the alternative 64 bit integer ABI on the raspberry pi
Browse files Browse the repository at this point in the history
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: Martin Storsjö <[email protected]>
  • Loading branch information
mstorsjo committed Mar 18, 2013
1 parent 595e624 commit 83fa9cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/codec/omxil/omxil.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/

#ifdef RPI_OMX
#define OMX_SKIP64BIT
#endif

/*****************************************************************************
* Includes
*****************************************************************************/
Expand Down

0 comments on commit 83fa9cb

Please sign in to comment.