Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 610546
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +8 lines)
Line  Link Here
0
-- libilbc-2.0.2/typedefs.h
0
++ libilbc-2.0.2/typedefs.h
Lines 47-52 Link Here
47
#elif defined(__pnacl__)
47
#elif defined(__pnacl__)
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
#elif defined(__PPC__)
51
#define WEBRTC_ARCH_BIG_ENDIAN
52
#if defined(__PPC64__)
53
#define WEBRTC_ARCH_64_BITS
54
#else
55
#define WEBRTC_ARCH_32_BITS
56
#endif
50
#else
57
#else
51
#error Please add support for your architecture in typedefs.h
58
#error Please add support for your architecture in typedefs.h
52
#endif
59
#endif

Return to bug 610546