dom/media/mediasource/gtest/TestExtractAV1CodecDetails.cpp:9:10: fatal error: AOMDecoder.h: No such file or directory , when compiling with --disable-av1
Categories
(Core :: Audio/Video, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr91 | --- | unaffected |
| firefox99 | --- | unaffected |
| firefox100 | --- | unaffected |
| firefox101 | --- | fixed |
People
(Reporter: herrtimson, Assigned: Zaggy1024)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
I compiled firefox nightly from latest git snapshot, with --disable-av1
Actual results:
the compilation throws an error:
5:41.84 /var/tmp/portage/portage/www-client/firefox-101.0/work/firefox-101.0/dom/media/mediasource/gtest/TestExtractAV1CodecDetails.cpp:9:10: fatal error: AOMDecoder.h: No such file or directory
Expected results:
I expected the compile to work
the compressed build log is attached
I tried to revert the patch from #1757861 with the current codebase, but the area of code is under heavy developement and hence I failed.
Updated•3 years ago
|
Comment 2•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Audio/Video' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 3•3 years ago
|
||
Set release status flags based on info from the regressing bug 1757861
Comment 4•3 years ago
|
||
:Zaggy1024, since you are the author of the regressor, bug 1757861, could you take a look?
For more information, please visit auto_nag documentation.
This is my fault, I didn't think about the fact that the test would be called despite that flag. I'll throw together a patch for this quick.
Comment 8•3 years ago
|
||
| bugherder | ||
Updated•3 years ago
|
Description
•