Files
MINGW-packages/mingw-w64-xvidcore
Biswapriyo Nath 2ec511ca75 xvidcore: Add lib prefix with static and import library name
This fixes the following linker error with

* gcc:

ld.exe: cannot find -lxvidcore: No such file or directory
ld.exe: note to link with lib/xvidcore.a use -l:xvidcore.a or rename it to libxvidcore.a

* clang:

lld: error: unable to find library -lxvidcore
cc: error: linker command failed with exit code 1 (use -v to see invocation)
2023-09-19 20:45:47 +05:30
..