Bug 1900590 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Hi Petr, Thanks for the report. This seems more related to bug 1899864, which requires a clobber build (bug 1900045), rather than bug 1876438. Does running `./mach clobber` before `./mach build` help?
Hi Petr, Thanks for the report. Does running `./mach clobber` before `./mach build` help?
Hi Petr, Thanks for the report. Does running `./mach clobber` before `./mach build` help? `aom_codec_control` has been exposed from [`gkcodecs`](https://searchfox.org/mozilla-central/rev/1d1ca77dd7ca10953c6f5f1b77b98e4eb528274e/config/external/gkcodecs/gkcodecs.symbols#5) for a while. I am not sure why it causes problem in `image/decoders` now. The
[`nsAVIFDecoder`](https://searchfox.org/mozilla-central/rev/1d1ca77dd7ca10953c6f5f1b77b98e4eb528274e/image/decoders/nsAVIFDecoder.cpp) is the only one file that touch aom library. 
Could you try adding [`USE_LIBS += [ 'gkcodecs' ]`](https://searchfox.org/mozilla-central/rev/1d1ca77dd7ca10953c6f5f1b77b98e4eb528274e/media/ffvpx/ffvpxcommon.mozbuild#25) to `image/decoders/moz.build` to see if it solves the issue?
Hi Petr, Thanks for the report. Does running `./mach clobber` before `./mach build` help? `aom_codec_control` has been exposed from [`gkcodecs`](https://searchfox.org/mozilla-central/rev/1d1ca77dd7ca10953c6f5f1b77b98e4eb528274e/config/external/gkcodecs/gkcodecs.symbols#5) for a while. I am not sure why it causes problem in `image/decoders` now. IIUC, the [`nsAVIFDecoder`](https://searchfox.org/mozilla-central/rev/1d1ca77dd7ca10953c6f5f1b77b98e4eb528274e/image/decoders/nsAVIFDecoder.cpp) is the only one file that touch aom library. Could you try adding [`USE_LIBS += [ 'gkcodecs' ]`](https://searchfox.org/mozilla-central/rev/1d1ca77dd7ca10953c6f5f1b77b98e4eb528274e/media/ffvpx/ffvpxcommon.mozbuild#25) to `image/decoders/moz.build` to see if it solves the issue?

Back to Bug 1900590 Comment 3