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)