|
|
Chromium Code Reviews|
Created:
4 years, 2 months ago by gordanac Modified:
4 years, 1 month ago Reviewers:
peah-webrtc CC:
webrtc-reviews_webrtc.org, Andrew MacDonald, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, kwiberg-webrtc, minyue-webrtc, the sun, aluebs-webrtc, bjornv1, petar.jovanovic Target Ref:
refs/pending/heads/master Project:
webrtc Visibility:
Public. |
DescriptionFix compile error for non Intel platforms
Fixing compile error for non Intel platforms
when using C implemented fft functions
(for example, optimizations are not implemented for mips64el
and C functions must be used)
Adding bypass of presubmit to avoid code style and header
errors caused by the fact that files with legacy code are
being renamed.
NOPRESUBMIT=true
BUG=webrtc:6595
TEST=gn gen out-gn/mips64-android-webrtc --args="is_debug=false target_os=\"android\" target_cpu=\"mips64el\""
ninja -C out-gn/mips64-android-webrtc audio_processing
Committed: https://crrev.com/11f72b1945871b79f871c570a8df965a89d7f536
Cr-Commit-Position: refs/heads/master@{#14808}
Patch Set 1 #
Messages
Total messages: 26 (14 generated)
Description was changed from
==========
Fix compile error for non Intel platforms
Fixing compile error for non Intel platforms
when using C implemented fft functions
(for example, optimizations are not implemented for mips64el
and C functions must be used)
BUG="ooura_fft.cc:353:22: error: 'cft1st_128_SSE2' was not declared in this
scope"
TEST=gn gen out-gn/mips64-android-webrtc --args="is_debug=false
target_os=\"android\" target_cpu=\"mips64el\""
ninja -C out-gn/mips64-android-webrtc audio_processing
==========
to
==========
Fix compile error for non Intel platforms
Fixing compile error for non Intel platforms
when using C implemented fft functions
(for example, optimizations are not implemented for mips64el
and C functions must be used)
BUG="ooura_fft.cc:353:22: error: 'cft1st_128_SSE2' was not declared in this
scope"
TEST=gn gen out-gn/mips64-android-webrtc --args="is_debug=false
target_os=\"android\" target_cpu=\"mips64el\""
ninja -C out-gn/mips64-android-webrtc audio_processing
==========
gordana.cmiljanovic@imgtec.com changed reviewers: + henrik.lundin@webrtc.org, peah@webrtc.org
Please take a look. The compile error is introduced with https://codereview.webrtc.org/2348213002
henrik.lundin@webrtc.org changed reviewers: - henrik.lundin@webrtc.org
The CQ bit was checked by peah@webrtc.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/9445)
Great find! Thanks for providing the CL for this!!! I think the CL looks great but one thing needs to be addressed. Could you please file an issue for this and link this CL to that issue? (The instructions for that are available on https://webrtc.org/contributing/.)
Description was changed from
==========
Fix compile error for non Intel platforms
Fixing compile error for non Intel platforms
when using C implemented fft functions
(for example, optimizations are not implemented for mips64el
and C functions must be used)
BUG="ooura_fft.cc:353:22: error: 'cft1st_128_SSE2' was not declared in this
scope"
TEST=gn gen out-gn/mips64-android-webrtc --args="is_debug=false
target_os=\"android\" target_cpu=\"mips64el\""
ninja -C out-gn/mips64-android-webrtc audio_processing
==========
to
==========
Fix compile error for non Intel platforms
Fixing compile error for non Intel platforms
when using C implemented fft functions
(for example, optimizations are not implemented for mips64el
and C functions must be used)
BUG=webrtc:6595
TEST=gn gen out-gn/mips64-android-webrtc --args="is_debug=false
target_os=\"android\" target_cpu=\"mips64el\""
ninja -C out-gn/mips64-android-webrtc audio_processing
==========
On 2016/10/24 11:04:16, peah-webrtc wrote: > Great find! Thanks for providing the CL for this!!! > > I think the CL looks great but one thing needs to be addressed. > Could you please file an issue for this and link this CL to that issue? > > (The instructions for that are available on https://webrtc.org/contributing/.) Done. What can I do about presubmit warning/error?
On 2016/10/24 12:09:10, gordanac wrote: > On 2016/10/24 11:04:16, peah-webrtc wrote: > > Great find! Thanks for providing the CL for this!!! > > > > I think the CL looks great but one thing needs to be addressed. > > Could you please file an issue for this and link this CL to that issue? > > > > (The instructions for that are available on https://webrtc.org/contributing/.) > > Done. > > What can I do about presubmit warning/error? Great! Thanks! lgtm
On 2016/10/27 14:15:56, peah-webrtc wrote: > On 2016/10/24 12:09:10, gordanac wrote: > > On 2016/10/24 11:04:16, peah-webrtc wrote: > > > Great find! Thanks for providing the CL for this!!! > > > > > > I think the CL looks great but one thing needs to be addressed. > > > Could you please file an issue for this and link this CL to that issue? > > > > > > (The instructions for that are available on > https://webrtc.org/contributing/.) > > > > Done. > > > > What can I do about presubmit warning/error? > > Great! Thanks! > > lgtm The presubmit message should be fine, I think, since it seem to relate to the header of the file which is not part of the code which is changed in this CL. I'll try to land this CL now. Thanks for this important contribution!
The CQ bit was checked by peah@webrtc.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/9606)
Description was changed from
==========
Fix compile error for non Intel platforms
Fixing compile error for non Intel platforms
when using C implemented fft functions
(for example, optimizations are not implemented for mips64el
and C functions must be used)
BUG=webrtc:6595
TEST=gn gen out-gn/mips64-android-webrtc --args="is_debug=false
target_os=\"android\" target_cpu=\"mips64el\""
ninja -C out-gn/mips64-android-webrtc audio_processing
==========
to
==========
Fix compile error for non Intel platforms
Fixing compile error for non Intel platforms
when using C implemented fft functions
(for example, optimizations are not implemented for mips64el
and C functions must be used)
Adding bypass of presubmit to avoid code style and header
errors caused by the fact that files with legacy code are
being renamed.
NOPRESUBMIT=true
BUG=webrtc:6595
TEST=gn gen out-gn/mips64-android-webrtc --args="is_debug=false
target_os=\"android\" target_cpu=\"mips64el\""
ninja -C out-gn/mips64-android-webrtc audio_processing
==========
The CQ bit was checked by peah@webrtc.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/...
Message was sent while issue was closed.
Description was changed from
==========
Fix compile error for non Intel platforms
Fixing compile error for non Intel platforms
when using C implemented fft functions
(for example, optimizations are not implemented for mips64el
and C functions must be used)
Adding bypass of presubmit to avoid code style and header
errors caused by the fact that files with legacy code are
being renamed.
NOPRESUBMIT=true
BUG=webrtc:6595
TEST=gn gen out-gn/mips64-android-webrtc --args="is_debug=false
target_os=\"android\" target_cpu=\"mips64el\""
ninja -C out-gn/mips64-android-webrtc audio_processing
==========
to
==========
Fix compile error for non Intel platforms
Fixing compile error for non Intel platforms
when using C implemented fft functions
(for example, optimizations are not implemented for mips64el
and C functions must be used)
Adding bypass of presubmit to avoid code style and header
errors caused by the fact that files with legacy code are
being renamed.
NOPRESUBMIT=true
BUG=webrtc:6595
TEST=gn gen out-gn/mips64-android-webrtc --args="is_debug=false
target_os=\"android\" target_cpu=\"mips64el\""
ninja -C out-gn/mips64-android-webrtc audio_processing
==========
Message was sent while issue was closed.
Committed patchset #1 (id:1)
Message was sent while issue was closed.
Description was changed from
==========
Fix compile error for non Intel platforms
Fixing compile error for non Intel platforms
when using C implemented fft functions
(for example, optimizations are not implemented for mips64el
and C functions must be used)
Adding bypass of presubmit to avoid code style and header
errors caused by the fact that files with legacy code are
being renamed.
NOPRESUBMIT=true
BUG=webrtc:6595
TEST=gn gen out-gn/mips64-android-webrtc --args="is_debug=false
target_os=\"android\" target_cpu=\"mips64el\""
ninja -C out-gn/mips64-android-webrtc audio_processing
==========
to
==========
Fix compile error for non Intel platforms
Fixing compile error for non Intel platforms
when using C implemented fft functions
(for example, optimizations are not implemented for mips64el
and C functions must be used)
Adding bypass of presubmit to avoid code style and header
errors caused by the fact that files with legacy code are
being renamed.
NOPRESUBMIT=true
BUG=webrtc:6595
TEST=gn gen out-gn/mips64-android-webrtc --args="is_debug=false
target_os=\"android\" target_cpu=\"mips64el\""
ninja -C out-gn/mips64-android-webrtc audio_processing
Committed: https://crrev.com/11f72b1945871b79f871c570a8df965a89d7f536
Cr-Commit-Position: refs/heads/master@{#14808}
==========
Message was sent while issue was closed.
Patchset 1 (id:??) landed as https://crrev.com/11f72b1945871b79f871c570a8df965a89d7f536 Cr-Commit-Position: refs/heads/master@{#14808}
Message was sent while issue was closed.
Thank you for landing it. When can roll into Chromium be expected?
Message was sent while issue was closed.
On 2016/10/28 12:04:42, gordanac wrote: > Thank you for landing it. > > When can roll into Chromium be expected? Sorry for the late reply! It has now landed in Chromium as well. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
