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! |
#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