Closed
Bug 912613
Opened 12 years ago
Closed 12 years ago
pcm16b.c:29:52: error: ‘WebRtc_Word16’ undeclared
Categories
(Core :: WebRTC, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
| Tracking | Status | |
|---|---|---|
| firefox26 | --- | fixed |
People
(Reporter: gustavold, Assigned: jesup)
Details
(Whiteboard: [webrtc])
Attachments
(1 file)
|
1.84 KB,
patch
|
padenot
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.62 Safari/537.36
Steps to reproduce:
Firefox fails to build on PPC64 with the following error message:
8:10.32 /home/buildbot/buildbot/slave/runtests/build/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/pcm16b/pcm16b.c:29:52: error: ‘WebRtc_Word16’ undeclared (first use in this function)
8:10.32 memcpy(speechOut16b, speechIn16b, len * sizeof(WebRtc_Word16));
Full build log can be seen here: http://mozillaproject.osuosl.org:8010/builders/runtests/builds/238/steps/shell/logs/stdio
| Reporter | ||
Updated•12 years ago
|
Hardware: x86_64 → PowerPC
| Assignee | ||
Comment 1•12 years ago
|
||
| Assignee | ||
Comment 2•12 years ago
|
||
Comment on attachment 799864 [details] [diff] [review]
remove last vestige of WebRTC_Word* types in big-endian builds
Trivial patch...
Attachment #799864 -
Flags: review?(paul)
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → rjesup
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Whiteboard: [webrtc]
Updated•12 years ago
|
Attachment #799864 -
Flags: review?(paul) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
Target Milestone: --- → mozilla28
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
(In reply to Ed Morley [:edmorley UTC+0] from comment #4)
> https://hg.mozilla.org/mozilla-central/rev/4ada3a288106
Can you please confirm the target milestone is correct? This would be Firefox 26 based on http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2013/09/2013-09-06-03-02-02-mozilla-central/
status-firefox28:
--- → fixed
Flags: needinfo?(emorley)
Comment 6•11 years ago
|
||
Correct, push was made:
Fri Sep 06 07:32:11 2013 -0700
https://wiki.mozilla.org/RapidRelease/Calendar says m-c was v26 then.
status-firefox26:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•