Closed
Bug 1217827
Opened 10 years ago
Closed 10 years ago
Enable MOZ_WEBRTC for Firefox OS on aarch64
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Tracking
(firefox45 fixed)
RESOLVED
FIXED
FxOS-S10 (30Oct)
| Tracking | Status | |
|---|---|---|
| firefox45 | --- | fixed |
People
(Reporter: afarden, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
|
795 bytes,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36
| Reporter | ||
Comment 1•10 years ago
|
||
We need this or we hit this condition: https://github.com/mozilla/gecko-dev/blob/master/media/libvpx/moz.build#L67
Which is an error because `cpu-features.c` no longer exists.
Whatever it was originally used for is probably redundant, and can be removed as it was removed from the Android NDK 4 years ago.
Attachment #8678109 -
Flags: review?(fabrice)
Comment 2•10 years ago
|
||
Comment on attachment 8678109 [details] [diff] [review]
Gecko Patch
Review of attachment 8678109 [details] [diff] [review]:
-----------------------------------------------------------------
Looks fine to me but you need a build peer review for changes to configure.in
Attachment #8678109 -
Flags: review?(mh+mozilla)
Attachment #8678109 -
Flags: review?(fabrice)
Attachment #8678109 -
Flags: feedback+
Comment 3•10 years ago
|
||
Comment on attachment 8678109 [details] [diff] [review]
Gecko Patch
Review of attachment 8678109 [details] [diff] [review]:
-----------------------------------------------------------------
We don't put Signed-off-by lines in commit messages.
I'm tempted to say this is incomplete. That is, I don't see a reason not to enable webrtc on aarch64. But it isn't related to the specific reasons you are giving in the commit message. In fact, I'd argue you should actually fix the webrtc-disabled case as well.
Attachment #8678109 -
Flags: review?(mh+mozilla) → review+
| Reporter | ||
Comment 4•10 years ago
|
||
Actually I misinterpreted the error. Here it is in full:
File listed in SOURCES does not exist: '/home/adfad666/B2G/gecko/home/adfad666/B2G/ndk/sources/android/cpufeatures/cpu-features.c'
The file _does_ exist, but the path is invalid.
I'll update the commit message and open a new bug for this.
| Reporter | ||
Comment 5•10 years ago
|
||
No change to patch, only updated the commit message.
Bug 1218702 created for NDK path bug.
Attachment #8678109 -
Attachment is obsolete: true
Attachment #8679320 -
Flags: review?(mh+mozilla)
Updated•10 years ago
|
Attachment #8679320 -
Flags: review?(mh+mozilla) → review+
| Reporter | ||
Updated•10 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 7•10 years ago
|
||
| bugherder | ||
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → FxOS-S10 (30Oct)
Comment 8•10 years ago
|
||
| bugherder uplift | ||
status-b2g-v2.5:
--- → fixed
Comment 9•10 years ago
|
||
removing the b2g 2.5 flag since this commit has been reverted due to an incorrect merge, sorry for the confusion
status-b2g-v2.5:
fixed → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•