Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 444780 | Differences between
and this patch

Collapse All | Expand All

(-)media/webrtc/trunk/src/typedefs.h.orig (+4 lines)
Lines 48-53 Link Here
48
#define WEBRTC_ARCH_32_BITS
48
#define WEBRTC_ARCH_32_BITS
49
#define WEBRTC_ARCH_LITTLE_ENDIAN
49
#define WEBRTC_ARCH_LITTLE_ENDIAN
50
#define WEBRTC_LITTLE_ENDIAN
50
#define WEBRTC_LITTLE_ENDIAN
51
#elif defined(__POWERPC__) || defined(__PPC__)
52
#define WEBRTC_ARCH_32_BITS
53
#define WEBRTC_ARCH_BIG_ENDIAN
54
#define WEBRTC_BIG_ENDIAN
51
#else
55
#else
52
#error Please add support for your architecture in typedefs.h
56
#error Please add support for your architecture in typedefs.h
53
#endif
57
#endif

Return to bug 444780