Closed Bug 813918 Opened 12 years ago Closed 12 years ago

nICEr code doesn't yet build on Android

Categories

(Core :: WebRTC, defect, P2)

All
Android
defect

Tracking

()

RESOLVED FIXED
mozilla20

People

(Reporter: gcp, Assigned: gcp)

References

Details

(Whiteboard: [WebRTC] [blocking-webrtc-] [qa-][if you are here looking for c-c 921a79e71fff, its actually Bug 923165])

Attachments

(1 file, 2 obsolete files)

Attached patch WIP fixing nICEr (obsolete) (deleted) — Splinter Review
WIP. -D__UNUSED__="__attribute__((unused))" is somehow clashing with this in an Android header: unsigned long __unused[4]; I'm a bit baffled how that is even possible.
Attachment #683947 - Attachment is patch: true
Assignee: nobody → gpascutto
Blocks: 750869
Priority: -- → P2
Whiteboard: [WebRTC] [blocking-webrtc-]
Changelog for NDK8c: - Replaced struct member data __unused with __linux_unused in linux/sysctl.h and linux/icmp.h to avoid conflict with #define __unused in sys/cdefs.h. I'll workaround.
Attached patch Patch 1. Fix nICEr for Android. (obsolete) (deleted) — Splinter Review
Attachment #683947 - Attachment is obsolete: true
Attachment #684063 - Attachment is obsolete: true
Attachment #688266 - Flags: review?(dmose)
Attachment #688266 - Flags: feedback?(ted)
Comment on attachment 688266 [details] [diff] [review] Patch 1. v2 Fix nICEr for Android. Review of attachment 688266 [details] [diff] [review]: ----------------------------------------------------------------- ::: media/mtransport/third_party/nICEr/nicer.gyp @@ +177,5 @@ > '../nrappkit/src/port/win32/include' > ], > }], > + ## Linux > + [ 'OS == "android"', { ... I think you know what I'm going to say here...
Attachment #688266 - Flags: feedback?(ted) → feedback-
Comment on attachment 688266 [details] [diff] [review] Patch 1. v2 Fix nICEr for Android. r=dmose, with ted's suggested change
Attachment #688266 - Flags: review?(dmose) → review+
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
Whiteboard: [WebRTC] [blocking-webrtc-] → [WebRTC] [blocking-webrtc-] [qa-]
comm-central changeset 921a79e71fff was checked-in with the wrong bug number. Please go to Bug 923165 instead.
Whiteboard: [WebRTC] [blocking-webrtc-] [qa-] → [WebRTC] [blocking-webrtc-] [qa-][if you are here looking for c-c 921a79e71fff, its actually Bug 923165]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: