Fixed an error that occurred when compiling the executable file (#5068)#5069
Fixed an error that occurred when compiling the executable file (#5068)#5069snowman20230101 wants to merge 1 commit into
Conversation
|
https://aomedia.org/about/legal/ I have signed the CLA, thanks. |
Thanks! Let's wait for it to come through (should be soon). Then, I'll rebase the PR and the CLA bot should rerun. |
ee2421f to
3b33450
Compare
I confirmed that my AOM Individual CLA was completed via DocuSign. GitHub username: snowman20230101 The PR's commit author email matches the CLA email, but the CLA bot still reports "CLA has not been signed yet". Thanks! |
|
@leolzhao @Krishna-Rapaka can check. |
|
I don't think the CLA is going through because the mailing address doesn't look correct. It's just a multi-line string of ascii characters with no whitespace. |
Okay, I'll check it, or I might need to re-sign a CLA. Thanks! |
c99a08f to
05a2159
Compare
Based on my understanding, we need to use the company email address to sign the CLA rather than gmail address. Please correct me if I'm wrong. @urvangjoshi @jzern |
Individual contributors can use any email address. They don't have to be a part of an AOMedia member organization. |
What should I do next? I'm contributing personally, not through a company. So I thought I should sign the CLA agreement personally. But here's the situation: the CLA can't pass the automated review. |
@snowman20230101 : I just checked and the issue is still the same as what @jzern mentioned before (quoted below).
Pls sign CLA again and make sure that you provide a valid mailing address. |
Thanks. I've re-signed it. I noticed the form is different from the previous one. Hopefully, it will pass this time. |
#5068
This fixes app-only builds where ENABLE_APPS=ON but ENABLE_TESTS,
ENABLE_EXAMPLES, and ENABLE_TOOLS are OFF. avmdec/avmenc still need
libyuv/webm include paths and object sources.
Verified locally:
cmake --build build_fast --target avmdec -j8
cmake --build build_fast --target avmenc -j8