contrib: dav1d: update to post 1.1.0 version
We can't use 1.1.0 directly because it broke the wasm32 build, see dav1d!1491 (merged)
Merge request reports
Activity
changed milestone to %4.0
added Component::Build system: Contribs label
added MRStatus::NotCompliant label
- Resolved by Tristan Matthews
On emscripten:
dav1d/meson.build:148:12: ERROR: Problem encountered: clock_gettime not found
It's weird because it is checked and found in the VLC configure with the same
time.h
.It might be related to how meson checks things, not using too much from the environment. At least it works differently that autotools. Also to call configure in the wasm script, we call it with
emconfigure
. It might be why it's working. But then we should do the same for all contribs...Edited by Steve Lhomme
mentioned in merge request dav1d!1491 (merged)
added 12 commits
-
6682a645...63357faa - 11 commits from branch
videolan:master
- 0f549d5a - contrib: dav1d: update to post 1.1.0 version
-
6682a645...63357faa - 11 commits from branch
I backed out the
DAV1D_VERSION
andSHA512SUM
updates since they aren't used (and we now know 1.1.0 doesn't build on all platforms), but if people prefer that I update them I'm fine with that too.Edited by Tristan Matthewsadded MRStatus::Acceptable label and removed MRStatus::NotCompliant 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 10 commits
-
0f549d5a...fc213d43 - 9 commits from branch
videolan:master
- 398b417e - contrib: dav1d: update to post 1.1.0 version
-
0f549d5a...fc213d43 - 9 commits from branch
enabled an automatic merge when the pipeline for 398b417e succeeds