contrib: opus: update to 1.5.1
Merge request reports
Activity
changed milestone to %5.0.0
added Component::Build system: Contribs label
added MRStatus::NotCompliant label
- Resolved by Tristan Matthews
android-arm (not arm64) build is currently broken due to an intrinsic getting redefined in opus:
In file included from ../dnn/vec.h:41: ../dnn/vec_neon.h:39:30: error: redefinition of 'vcvtnq_s32_f32' static OPUS_INLINE int32x4_t vcvtnq_s32_f32(float32x4_t x) { ^ /sdk/android-ndk/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/14.0.7/include/arm_neon.h:34910:16: note: previous definition is here __ai int32x4_t vcvtnq_s32_f32(float32x4_t __p0) {
Currently this definition is behind
#if defined(__arm__) && !defined(__aarch64__)
but I'm not sure what else we need to add to that to prevent it getting redefined on (I assume) 32-bit ARMv8
cc @mstorsjo
added 3 commits
-
ef9049ce...50486d21 - 2 commits from branch
videolan:master
- bb6b074e - contrib: opus: update to 1.5.1
-
ef9049ce...50486d21 - 2 commits from branch
added MRStatus::InReview label and removed MRStatus::NotCompliant label
added MRStatus::Acceptable label and removed MRStatus::InReview label
added MRStatus::Accepted label and removed MRStatus::Acceptable label
MR Acceptance result
This MergeRequest has been Accepted! Congratulations.MR acceptance checks details:
-
MR should be considered mergeable by Gitlab -
Last pipeline should be successful -
MergeRequest should have at least one external review and/or vote -
All threads should be resolved, and score >= 0 -
MergeRequest should have no activity (threads/votes) for (24h/24h)
-
added 15 commits
-
149db4b2...be7e3e1b - 14 commits from branch
videolan:master
- d0608821 - contrib: opus: update to 1.5.1
-
149db4b2...be7e3e1b - 14 commits from branch
enabled an automatic merge when the pipeline for d0608821 succeeds