Conversation
ebe5110 to
147f952
Compare
40e2cd9 to
84578c0
Compare
9949c69 to
c9ff014
Compare
|
Vincent: Please see my test PR #3081. The second commit in PR #3081 patches v1.6.55 to behave like v1.6.52. libavif will build successfully and the tests pass, but the combined static library test will fail because libpng static library is built with the .a file extension. The third commit in PR #3081 works. Obviously PR #3081 is not ready for check-in. But it shows the assembler program is related to the build failures. |
7d942a2 to
f738922
Compare
|
@wantehchang , the bug was actually due to pnggroup/libpng@ff615fd Enabling ASM on MSVC while it does not support it, creates some weird mix of Unix linked flags. What is actually missing is NASM (as recommended by SVT-AV1) when SVT-AV1 is built locally. I am trying one last hack and we can then split this PR. |
5b05126 to
a838e4c
Compare
|
Just updated the commit description |
Bump libpng to 1.6.55