Closed
Bug 1338000
Opened 8 years ago
Closed 8 years ago
error: no 'float webrtc::SincResampler::Convolve_NEON(const float*, const float*, const float*, double)' member function declared in class 'webrtc::SincResampler'
Categories
(Core :: WebRTC, defect)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla54
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
|
59 bytes,
text/x-review-board-request
|
jesup
:
review+
lizzard
:
approval-mozilla-aurora+
|
Details |
On ARM Linux (non-Android), webrtc fails to build with:
23:39.44 In file included from /home/glandium/mozilla-central/obj-armv8l-unknown-linux-gnueabihf/media/webrtc/trunk/webrtc/common_audio/common_audio_common_audio_neon/Unified_cpp_webrtc_common_audio0.cpp:11:0:
23:39.44 /home/glandium/mozilla-central/media/webrtc/trunk/webrtc/common_audio/resampler/sinc_resampler_neon.cc:22:70: error: no 'float webrtc::SincResampler::Convolve_NEON(const float*, const float*, const float*, double)' member function declared in class 'webrtc::SincResampler'
23:39.44 double kernel_interpolation_factor) {
(don't mind the objdir name, the target is armhf, not arm64 ; the host is arm64, but the build is in a armhf chroot)
Presumably, the condition to set WEBRTC_DETECT_NEON in media/webrtc/trunk/webrtc/build/common.gypi is wrong.
| Assignee | ||
Comment 1•8 years ago
|
||
(In reply to Mike Hommey [:glandium] from comment #0)
> Presumably, the condition to set WEBRTC_DETECT_NEON in
> media/webrtc/trunk/webrtc/build/common.gypi is wrong.
confirmed.
Assignee: nobody → mh+mozilla
| Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8835212 [details]
Bug 1338000 - Fix webrtc build on non-Android ARM Linux.
https://reviewboard.mozilla.org/r/110910/#review112272
Attachment #8835212 -
Flags: review?(rjesup) → review+
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/62faa85b1926
Fix webrtc build on non-Android ARM Linux. r=jesup
Comment 5•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox54:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
| Assignee | ||
Updated•8 years ago
|
status-firefox53:
--- → affected
| Assignee | ||
Comment 6•8 years ago
|
||
Comment on attachment 8835212 [details]
Bug 1338000 - Fix webrtc build on non-Android ARM Linux.
Approval Request Comment
[Feature/Bug causing the regression]: Regression from bug 1250356
[User impact if declined]: Failure to build on ARM Linux (non-Android)
[Is this code covered by automated tests?]: N/A
[Has the fix been verified in Nightly?]: verified locally
[Needs manual test from QE? If yes, steps to reproduce]: N/A
[List of other uplifts needed for the feature/fix]: N/A
[Is the change risky?]: No
[Why is the change risky/not risky?]: Essentially, the patch doesn't change anything but for non-Android ARM builds.
[String changes made/needed]: N/A
Attachment #8835212 -
Flags: approval-mozilla-aurora?
Comment 7•8 years ago
|
||
Comment on attachment 8835212 [details]
Bug 1338000 - Fix webrtc build on non-Android ARM Linux.
Fix for webrtc build, regression from 53, let's take this in aurora.
Attachment #8835212 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 8•8 years ago
|
||
| bugherder uplift | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•