We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In a static library build (-DBUILD_SHARED_LIBS=OFF) with clang-cl on Windows, clang-cl warns that avif.lib is empty.
-DBUILD_SHARED_LIBS=OFF
See https://github.com/AOMediaCodec/libavif/actions/runs/9999096788/job/27639410608?pr=2298 for an example:
[62/161] Linking C static library avif.lib ignoring unknown argument: -M warning: no input files, not writing output file pass /llvmlibempty to write empty .lib file, pass /ignore:emptyoutput to suppress warning
I have not seen this warning in my local build. I don't know why.
The text was updated successfully, but these errors were encountered:
I had the same error, using -DBUILD_SHARED_LIBS=ON solved it for me.
However, now I'm stuck with #2494
Sorry, something went wrong.
No branches or pull requests
In a static library build (
-DBUILD_SHARED_LIBS=OFF
) with clang-cl on Windows, clang-cl warns that avif.lib is empty.See https://github.com/AOMediaCodec/libavif/actions/runs/9999096788/job/27639410608?pr=2298 for an example:
I have not seen this warning in my local build. I don't know why.
The text was updated successfully, but these errors were encountered: