Skip to content

Commit

Permalink
added: powerpc platforms support
Browse files Browse the repository at this point in the history
  • Loading branch information
smaarn committed Oct 11, 2020
1 parent bb429da commit 3bd7613
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cbits/webrtc/typedefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@
#elif defined(__pnacl__)
#define WEBRTC_ARCH_32_BITS
#define WEBRTC_ARCH_LITTLE_ENDIAN
#elif defined(__PPC__)
#if defined(__PPC64__)
#define WEBRTC_ARCH_64_BITS
#else
#define WEBRTC_ARCH_32_BITS
#endif
#define WEBRTC_ARCH_BIG_ENDIAN
#else
#error Please add support for your architecture in typedefs.h
#endif
Expand Down

0 comments on commit 3bd7613

Please sign in to comment.