Skip to content

Commit

Permalink
bcm: Define SKIP64BITS
Browse files Browse the repository at this point in the history
This makes the ABI for the structs to actually match.
  • Loading branch information
mstorsjo committed Mar 31, 2016
1 parent 8e713e0 commit 9049973
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libavcodec/omx.c
Expand Up @@ -19,6 +19,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef OMX_SKIP64BIT
#define OMX_SKIP64BIT
#endif

#include <stdio.h>
#include <stdlib.h>

Expand Down

0 comments on commit 9049973

Please sign in to comment.